Searched defs:axp8xx_softc (Results 1 – 1 of 1) sorted by relevance
685 struct axp8xx_softc { struct686 struct resource *res;687 uint16_t addr;688 void *ih;689 device_t gpiodev;690 struct mtx mtx;691 int busy;693 int type;719 struct axp8xx_softc *sc; in axp8xx_read() argument