Searched refs:pxa_icu_softc (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/arm/xscale/pxa/
H A Dpxa_icu.c43 struct pxa_icu_softc { struct
54 static struct pxa_icu_softc *pxa_icu_softc = NULL; variable in typeref:struct:pxa_icu_softc
85 struct pxa_icu_softc *sc;
87 sc = (struct pxa_icu_softc *)device_get_softc(dev);
89 if (pxa_icu_softc != NULL)
91 pxa_icu_softc = sc;
124 sizeof(struct pxa_icu_softc),
177 return (bus_space_read_4(pxa_icu_softc->pi_bst,
178 pxa_icu_softc
[all...]

Completed in 94 milliseconds