Home
last modified time | relevance | path

Searched defs:axp8xx_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/arm/allwinner/
H A Daxp81x.c680 struct axp8xx_softc { struct
681 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