Searched defs:axp8xx_softc (Results 1 – 1 of 1) sorted by relevance
680 struct axp8xx_softc { struct681 struct resource *res;682 uint16_t addr;683 void *ih;684 device_t gpiodev;685 struct mtx mtx;686 int busy;688 int type;714 struct axp8xx_softc *sc; in axp8xx_read() argument