Home
last modified time | relevance | path

Searched refs:L2X0_CACHE_ID (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm/mm/
H A Dl2c-l2x0-resume.S36 ldr r0, [r1, #L2X0_CACHE_ID]
H A Dcache-l2x0.c554 revision = readl_relaxed(base + L2X0_CACHE_ID) & in l2c310_save()
584 revision = readl_relaxed(base + L2X0_CACHE_ID) & in l2c310_configure()
609 unsigned rev = readl_relaxed(base + L2X0_CACHE_ID) & L2X0_CACHE_ID_RTL_MASK; in l2c310_enable()
901 cache_id = readl_relaxed(base + L2X0_CACHE_ID); in l2x0_init()
1821 cache_id = readl_relaxed(l2x0_base + L2X0_CACHE_ID); in l2x0_of_init()
/linux/arch/arm/include/asm/hardware/
H A Dcache-l2x0.h15 #define L2X0_CACHE_ID 0x000 macro