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