Lines Matching full:pl310
11 #include <asm/pl310.h>
15 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()
55 /* PL310 currently supports only 32 bytes cache line */ in v7_outer_cache_flush_range()
60 * the first 5 bits are 0 as required by PL310 TRM in v7_outer_cache_flush_range()
65 writel(pa, &pl310->pl310_clean_inv_line_pa); in v7_outer_cache_flush_range()
73 /* PL310 currently supports only 32 bytes cache line */ in v7_outer_cache_inval_range()
99 writel(pa, &pl310->pl310_inv_line_pa); in v7_outer_cache_inval_range()