Home
last modified time | relevance | path

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

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