Home
last modified time | relevance | path

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

/linux-6.15/arch/mips/kernel/
H A Dmips-cm.c200 return (cmgcr & MIPS_CMGCRF_BASE) << (36 - 32); in mips_cm_phys_base()
/linux-6.15/arch/mips/include/asm/
H A Dmipsregs.h960 #define MIPS_CMGCRF_BASE (~_ULCAST_((1 << MIPS_CMGCRB_BASE) - 1)) macro