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

/freebsd-11-stable/sys/arm/arm/
H A Dpl310.c85 static struct pl310_softc *pl310_softc; variable in typeref:struct:pl310_softc
94 pl310_print_config(struct pl310_softc *sc)
135 pl310_set_ram_latency(struct pl310_softc *sc, uint32_t which_reg,
166 struct pl310_softc *sc = arg;
187 while (pl310_read4(pl310_softc, off) & mask)
207 if ((pl310_softc == NULL) || !pl310_softc->sc_enabled)
211 if (pl310_softc->sc_rtl_revision == CACHE_ID_RELEASE_r3p0)
213 pl310_write4(pl310_softc,
[all...]
/freebsd-11-stable/sys/arm/xilinx/
H A Dzy7_l2cache.c44 platform_pl310_init(struct pl310_softc *softc)
49 platform_pl310_write_ctrl(struct pl310_softc *sc, uint32_t val)
56 platform_pl310_write_debug(struct pl310_softc *sc, uint32_t val)
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_pl310.c45 platform_pl310_init(struct pl310_softc *sc)
63 platform_pl310_write_ctrl(struct pl310_softc *sc, uint32_t val)
70 platform_pl310_write_debug(struct pl310_softc *sc, uint32_t val)
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_l2cache.c46 platform_pl310_init(struct pl310_softc *sc)
81 platform_pl310_write_ctrl(struct pl310_softc *sc, uint32_t val)
88 platform_pl310_write_debug(struct pl310_softc *sc, uint32_t val)
/freebsd-11-stable/sys/arm/include/
H A Dpl310.h142 struct pl310_softc { struct
167 pl310_read4(struct pl310_softc *sc, bus_size_t off)
174 pl310_write4(struct pl310_softc *sc, bus_size_t off, uint32_t val)
180 void pl310_set_ram_latency(struct pl310_softc *sc, uint32_t which_reg,
183 void platform_pl310_init(struct pl310_softc *);
184 void platform_pl310_write_ctrl(struct pl310_softc *, uint32_t);
185 void platform_pl310_write_debug(struct pl310_softc *, uint32_t);
/freebsd-11-stable/sys/arm/ti/omap4/
H A Domap4_l2cache.c41 platform_pl310_init(struct pl310_softc *sc)
73 platform_pl310_write_ctrl(struct pl310_softc *sc, uint32_t val)
79 platform_pl310_write_debug(struct pl310_softc *sc, uint32_t val)

Completed in 65 milliseconds