Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/kernel/
Dsmp-bmips.c648 cfg = __raw_readl(cbr + BMIPS_L2_CONFIG); in bmips_cpu_setup()
649 __raw_writel(cfg & ~0x07000000, cbr + BMIPS_L2_CONFIG); in bmips_cpu_setup()
650 __raw_readl(cbr + BMIPS_L2_CONFIG); in bmips_cpu_setup()
/linux-6.12.1/arch/mips/include/asm/
Dbmips.h27 #define BMIPS_L2_CONFIG 0x0000000c macro