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

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

Completed in 131 milliseconds