Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/allwinner/
H A Daxp81x.c685 struct axp8xx_softc { struct
686 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