Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dmips-cm.c254 BUG_ON((addr & CM_GCR_BASE_GCRBASE) != addr); in mips_cm_probe()
264 if ((base_reg & CM_GCR_BASE_GCRBASE) != addr) { in mips_cm_probe()
/linux/arch/mips/include/asm/
H A Dmips-cm.h152 #define CM_GCR_BASE_GCRBASE GENMASK_ULL(47, 15) macro