Home
last modified time | relevance | path

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

/freebsd/sys/arm/include/
H A Dpl310.h142 struct pl310_softc { struct
143 device_t sc_dev;
144 struct resource *sc_mem_res;
168 pl310_read4(struct pl310_softc *sc, bus_size_t off) in pl310_read4() argument
/freebsd/sys/arm/arm/
H A Dpl310.c91 static struct pl310_softc *pl310_softc; variable