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

/freebsd-13-stable/sys/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)
80 omap4_pl310_write_ctrl(platform_t plat, struct pl310_softc *sc, uint32_t val)
87 omap4_pl310_write_debug(platform_t plat, struct pl310_softc *sc, uint32_t val)
/freebsd-13-stable/sys/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)
/freebsd-13-stable/sys/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)
/freebsd-13-stable/sys/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)
71 mv_a38x_platform_pl310_write_ctrl(platform_t plat, struct pl310_softc *sc, uint32_t val)
78 mv_a38x_platform_pl310_write_debug(platform_t plat, struct pl310_softc *sc, uint32_t val)
/freebsd-13-stable/sys/arm/arm/
H A Dpl310.c93 static struct pl310_softc *pl310_softc; variable in typeref:struct:pl310_softc
103 platform_pl310_init(struct pl310_softc *sc)
110 platform_pl310_write_ctrl(struct pl310_softc *sc, uint32_t val)
117 platform_pl310_write_debug(struct pl310_softc *sc, uint32_t val)
125 pl310_print_config(struct pl310_softc *sc)
166 pl310_set_ram_latency(struct pl310_softc *sc, uint32_t which_reg,
197 struct pl310_softc *sc = arg;
218 while (pl310_read4(pl310_softc, off) & mask)
237 if ((pl310_softc
[all...]
/freebsd-13-stable/sys/arm/include/
H A Dpl310.h143 struct pl310_softc { struct
169 pl310_read4(struct pl310_softc *sc, bus_size_t off)
176 pl310_write4(struct pl310_softc *sc, bus_size_t off, uint32_t val)
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);

Completed in 101 milliseconds