Searched defs:pl310_softc (Results 1 – 2 of 2) sorted by relevance
143 struct pl310_softc { struct144 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
93 static struct pl310_softc *pl310_softc; variable