Home
last modified time | relevance | path

Searched refs:pl310_softc (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/arm/arm/
H A Dpl310.c93 static struct pl310_softc *pl310_softc; variable
237 if ((pl310_softc == NULL) || !pl310_softc->sc_enabled) in pl310_cache_sync()
257 if ((pl310_softc == NULL) || !pl310_softc->sc_enabled) in pl310_wbinv_all()
260 PL310_LOCK(pl310_softc); in pl310_wbinv_all()
293 if ((pl310_softc == NULL) || !pl310_softc->sc_enabled) in pl310_wbinv_range()
296 PL310_LOCK(pl310_softc); in pl310_wbinv_range()
343 if ((pl310_softc == NULL) || !pl310_softc->sc_enabled) in pl310_wb_range()
346 PL310_LOCK(pl310_softc); in pl310_wb_range()
371 if ((pl310_softc == NULL) || !pl310_softc->sc_enabled) in pl310_inv_range()
397 if ((pl310_softc == NULL) || !pl310_softc->sc_enabled) in pl310_drain_writebuf()
[all …]
H A Dplatform_pl310_if.m41 struct pl310_softc;
46 struct pl310_softc *sc, uint32_t val)
52 struct pl310_softc *sc, uint32_t val)
65 struct pl310_softc *sc;
73 struct pl310_softc *sc;
82 struct pl310_softc *sc;
/f-stack/freebsd/arm/include/
H A Dpl310.h143 struct pl310_softc { struct
169 pl310_read4(struct pl310_softc *sc, bus_size_t off) in pl310_read4() argument
176 pl310_write4(struct pl310_softc *sc, bus_size_t off, uint32_t val) in pl310_write4()
182 void pl310_set_ram_latency(struct pl310_softc *sc, uint32_t which_reg,
186 void platform_pl310_init(struct pl310_softc *);
187 void platform_pl310_write_ctrl(struct pl310_softc *, uint32_t);
188 void platform_pl310_write_debug(struct pl310_softc *, uint32_t);
/f-stack/freebsd/arm/ti/omap4/
H A Domap4_machdep.h31 struct pl310_softc;
36 void omap4_pl310_init(platform_t, struct pl310_softc *);
37 void omap4_pl310_write_ctrl(platform_t, struct pl310_softc *, uint32_t);
38 void omap4_pl310_write_debug(platform_t, struct pl310_softc *, uint32_t);
H A Domap4_l2cache.c48 omap4_pl310_init(platform_t plat, struct pl310_softc *sc) in omap4_pl310_init()
80 omap4_pl310_write_ctrl(platform_t plat, struct pl310_softc *sc, uint32_t val) in omap4_pl310_write_ctrl()
87 omap4_pl310_write_debug(platform_t plat, struct pl310_softc *sc, uint32_t val) in omap4_pl310_write_debug()
/f-stack/freebsd/arm/mv/armada38x/
H A Darmada38x_pl310.h33 void mv_a38x_platform_pl310_init(platform_t plat, struct pl310_softc *sc);
34 void mv_a38x_platform_pl310_write_ctrl(platform_t plat, struct pl310_softc *sc, uint32_t val);
35 void mv_a38x_platform_pl310_write_debug(platform_t plat, struct pl310_softc *sc, uint32_t val);
H A Darmada38x_pl310.c50 mv_a38x_platform_pl310_init(platform_t plat, struct pl310_softc *sc) in mv_a38x_platform_pl310_init()
71 mv_a38x_platform_pl310_write_ctrl(platform_t plat, struct pl310_softc *sc, uint32_t val) in mv_a38x_platform_pl310_write_ctrl()
78 mv_a38x_platform_pl310_write_debug(platform_t plat, struct pl310_softc *sc, uint32_t val) in mv_a38x_platform_pl310_write_debug()
/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_machdep.h32 struct pl310_softc;
36 void imx6_pl310_init(platform_t, struct pl310_softc *);
H A Dimx6_pl310.c52 imx6_pl310_init(platform_t plat, struct pl310_softc *sc) in imx6_pl310_init()
/f-stack/freebsd/arm/xilinx/
H A Dzy7_machdep.h31 struct pl310_softc;
36 void zynq7_pl310_init(platform_t, struct pl310_softc *);
H A Dzy7_l2cache.c51 zynq7_pl310_init(platform_t plat, struct pl310_softc *softc) in zynq7_pl310_init()