Home
last modified time | relevance | path

Searched refs:pl310 (Results 1 – 25 of 78) sorted by relevance

1234

/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A Dcache.c42 struct pl310_regs *const pl310 = (struct pl310_regs *)L2_PL310_BASE; in v7_outer_cache_enable() local
51 clrbits_le32(&pl310->pl310_ctrl, L2X0_CTRL_EN); in v7_outer_cache_enable()
58 setbits_le32(&pl310->pl310_aux_ctrl, L310_SHARED_ATT_OVERRIDE_ENABLE); in v7_outer_cache_enable()
69 writel(0x132, &pl310->pl310_tag_latency_ctrl); in v7_outer_cache_enable()
70 writel(0x132, &pl310->pl310_data_latency_ctrl); in v7_outer_cache_enable()
72 val = readl(&pl310->pl310_prefetch_ctrl); in v7_outer_cache_enable()
90 writel(val, &pl310->pl310_prefetch_ctrl); in v7_outer_cache_enable()
92 val = readl(&pl310->pl310_power_ctrl); in v7_outer_cache_enable()
95 writel(val, &pl310->pl310_power_ctrl); in v7_outer_cache_enable()
97 setbits_le32(&pl310->pl310_ctrl, L2X0_CTRL_EN); in v7_outer_cache_enable()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dcache-pl310.c15 struct pl310_regs *const pl310 = (struct pl310_regs *)CONFIG_SYS_PL310_BASE; variable
19 writel(0, &pl310->pl310_cache_sync); in pl310_cache_sync()
26 assoc_16 = readl(&pl310->pl310_aux_ctrl) & in pl310_background_op_all_ways()
44 pl310_background_op_all_ways(&pl310->pl310_inv_way); in v7_outer_cache_inval_all()
49 pl310_background_op_all_ways(&pl310->pl310_clean_inv_way); in v7_outer_cache_flush_all()
65 writel(pa, &pl310->pl310_clean_inv_line_pa); in v7_outer_cache_flush_range()
99 writel(pa, &pl310->pl310_inv_line_pa); in v7_outer_cache_inval_range()
H A DMakefile38 obj-$(CONFIG_SYS_L2_PL310) += cache-pl310.o
/OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/
H A Dmisc.c26 static const struct pl310_regs *const pl310 = variable
59 clrbits_le32(&pl310->pl310_ctrl, L2X0_CTRL_EN); in v7_outer_cache_enable()
62 setbits_le32(&pl310->pl310_aux_ctrl, in v7_outer_cache_enable()
68 setbits_le32(&pl310->pl310_ctrl, L2X0_CTRL_EN); in v7_outer_cache_enable()
74 clrbits_le32(&pl310->pl310_ctrl, L2X0_CTRL_EN); in v7_outer_cache_disable()
H A Dspl.c32 static struct pl310_regs *const pl310 = variable
120 writel(0x1, &pl310->pl310_addr_filter_start); in board_init_f()
H A Dmisc_arria10.c34 static struct pl310_regs *const pl310 = variable
92 writel(0x1, &pl310->pl310_addr_filter_start); in arch_early_init_r()
H A Dmisc_gen5.c29 static struct pl310_regs *const pl310 = variable
276 writel(0x1, &pl310->pl310_addr_filter_start); in arch_early_init_r()
/OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/
H A Dcpu.c369 struct pl310_regs *const pl310 = in arch_cpu_init() local
397 clrbits_le32(&pl310->pl310_ctrl, L2X0_CTRL_EN); in arch_cpu_init()
560 struct pl310_regs *const pl310 = in v7_outer_cache_enable() local
577 setbits_le32(&pl310->pl310_ctrl, L2X0_CTRL_EN); in v7_outer_cache_enable()
583 struct pl310_regs *const pl310 = in v7_outer_cache_disable() local
586 clrbits_le32(&pl310->pl310_ctrl, L2X0_CTRL_EN); in v7_outer_cache_disable()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dartpec6.dtsi61 next-level-cache = <&pl310>;
68 next-level-cache = <&pl310>;
133 pl310: cache-controller@faf10000 { label
134 compatible = "arm,pl310-cache";
H A Dvf610.dtsi14 compatible = "arm,pl310-cache";
H A Dhighbank.dts136 compatible = "arm,pl310-cache";
H A Drda8810pl.dtsi142 compatible = "arm,pl310-cache";
H A Dzx296702.dtsi62 compatible = "arm,pl310-cache";
H A Dtango4-common.dtsi55 compatible = "arm,pl310-cache";
H A Dnuvoton-common-npcm7xx.dtsi78 compatible = "arm,pl310-cache";
H A Dowl-s500.dtsi114 compatible = "arm,pl310-cache";
H A Dbcm63138.dtsi79 compatible = "arm,pl310-cache";
H A Dvexpress-v2p-ca5s.dts131 compatible = "arm,pl310-cache";
H A Darm-realview-pbx-a9.dts64 compatible = "arm,pl310-cache";
H A Dspear13xx.dtsi47 compatible = "arm,pl310-cache";
H A Dmeson.dtsi169 compatible = "arm,pl310-cache";
H A Dbcm21664.dtsi94 compatible = "arm,pl310-cache";
H A Dvexpress-v2p-ca9.dts165 compatible = "arm,pl310-cache";
H A Dbcm11351.dtsi104 compatible = "brcm,bcm11351-a2-pl310-cache";
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dzynq-7000.dtsi148 compatible = "arm,pl310-cache";

1234