Searched defs:viapm_softc (Results 1 – 1 of 1) sorted by relevance
92 struct viapm_softc { struct93 int type;94 u_int32_t base;95 int iorid;96 int irqrid;97 struct resource *iores;98 struct resource *irqres;99 void *irqih;100 device_t iicbb;101 device_t smbus;[all …]