Searched refs:pl310_softc (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/arm/arm/ |
| H A D | pl310.c | 93 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 D | platform_pl310_if.m | 41 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 D | pl310.h | 143 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 D | omap4_machdep.h | 31 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 D | omap4_l2cache.c | 48 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 D | armada38x_pl310.h | 33 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 D | armada38x_pl310.c | 50 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 D | imx6_machdep.h | 32 struct pl310_softc; 36 void imx6_pl310_init(platform_t, struct pl310_softc *);
|
| H A D | imx6_pl310.c | 52 imx6_pl310_init(platform_t plat, struct pl310_softc *sc) in imx6_pl310_init()
|
| /f-stack/freebsd/arm/xilinx/ |
| H A D | zy7_machdep.h | 31 struct pl310_softc; 36 void zynq7_pl310_init(platform_t, struct pl310_softc *);
|
| H A D | zy7_l2cache.c | 51 zynq7_pl310_init(platform_t plat, struct pl310_softc *softc) in zynq7_pl310_init()
|