Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/include/asm/sibyte/
Dbcm1480_regs.h140 #define A_BCM1480_L2_WAY_ENABLE_3_0 0x0010040080 /* x080 */ macro
142 #define A_BCM1480_L2_MAKE_WAY_ENABLE_LO(x) (A_BCM1480_L2_WAY_ENABLE_3_0 | (((x)&0xF) << 12))
144 #define A_BCM1480_L2_MAKE_WAY_DISABLE_LO(x) (A_BCM1480_L2_WAY_ENABLE_3_0 | (((~x)&0xF) << 12))