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