Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/hardware/
H A Dcache-l2x0.h91 #define L2C_AUX_CTRL_WAY_SIZE_MASK (7 << 17) macro
/openbmc/linux/arch/arm/mm/
H A Dcache-l2x0.c814 if ((aux_val | ~aux_mask) & (L2C_AUX_CTRL_WAY_SIZE_MASK | L310_AUX_CTRL_ASSOCIATIVITY_16)) in __l2c_init()
848 way_size_bits = (aux & L2C_AUX_CTRL_WAY_SIZE_MASK) >> in __l2c_init()
1016 mask |= L2C_AUX_CTRL_WAY_SIZE_MASK; in l2x0_cache_size_of_parse()