A_BCM1480_L2_WAY_ENABLE_3_0  142 arch/mips/include/asm/sibyte/bcm1480_regs.h #define A_BCM1480_L2_MAKE_WAY_ENABLE_LO(x)  (A_BCM1480_L2_WAY_ENABLE_3_0 | (((x)&0xF) << 12))
A_BCM1480_L2_WAY_ENABLE_3_0  144 arch/mips/include/asm/sibyte/bcm1480_regs.h #define A_BCM1480_L2_MAKE_WAY_DISABLE_LO(x)  (A_BCM1480_L2_WAY_ENABLE_3_0 | (((~x)&0xF) << 12))