Home
last modified time | relevance | path

Searched refs:L2X0_INV_LINE_PA (Results 1 – 2 of 2) sorted by relevance

/arch/arm/mm/
Dcache-l2x0.c89 cache_wait(base + L2X0_INV_LINE_PA, 1); in l2x0_inv_line()
90 writel_relaxed(addr, base + L2X0_INV_LINE_PA); in l2x0_inv_line()
121 cache_wait(base + L2X0_INV_LINE_PA, 1); in l2x0_flush_line()
122 writel_relaxed(addr, base + L2X0_INV_LINE_PA); in l2x0_flush_line()
255 cache_wait(base + L2X0_INV_LINE_PA, 1); in l2x0_inv_range()
/arch/arm/include/asm/hardware/
Dcache-l2x0.h42 #define L2X0_INV_LINE_PA 0x770 macro