Searched defs:viapm_softc (Results 1 – 1 of 1) sorted by relevance
77 struct viapm_softc { struct78 int type;79 u_int32_t base;80 bus_space_tag_t st;81 bus_space_handle_t sh;82 int iorid;83 int irqrid;84 struct resource *iores;85 struct resource *irqres;86 void *irqih;[all …]