Home
last modified time | relevance | path

Searched refs:L2X0_CACHE_ID_RTL_MASK (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/arm/mm/
H A Dl2c-l2x0-resume.S37 and r0, r0, #L2X0_CACHE_ID_RTL_MASK
H A Dcache-l2x0.c555 L2X0_CACHE_ID_RTL_MASK; in l2c310_save()
585 L2X0_CACHE_ID_RTL_MASK; in l2c310_configure()
609 unsigned rev = readl_relaxed(base + L2X0_CACHE_ID) & L2X0_CACHE_ID_RTL_MASK; in l2c310_enable()
684 unsigned revision = cache_id & L2X0_CACHE_ID_RTL_MASK; in l2c310_fixup()
/openbmc/u-boot/arch/arm/mach-imx/
H A Dcache.c131 && ((cache_id & L2X0_CACHE_ID_RTL_MASK) < L2X0_CACHE_ID_RTL_R3P2)) in v7_outer_cache_enable()
/openbmc/u-boot/arch/arm/include/asm/
H A Dpl310.h24 #define L2X0_CACHE_ID_RTL_MASK 0x3f macro
/openbmc/linux/arch/arm/include/asm/hardware/
H A Dcache-l2x0.h63 #define L2X0_CACHE_ID_RTL_MASK 0x3f macro