Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dpl310.h143 struct pl310_softc { struct
144 device_t sc_dev;
145 struct resource *sc_mem_res;
169 pl310_read4(struct pl310_softc *sc, bus_size_t off) in pl310_read4() argument
/f-stack/freebsd/arm/arm/
H A Dpl310.c93 static struct pl310_softc *pl310_softc; variable