Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dmips-cm.c218 BUG_ON((addr & CM_GCR_BASE_GCRBASE_MSK) != addr); in mips_cm_probe()
228 if ((base_reg & CM_GCR_BASE_GCRBASE_MSK) != addr) { in mips_cm_probe()
/linux-4.4.14/arch/mips/include/asm/
Dmips-cm.h238 #define CM_GCR_BASE_GCRBASE_MSK (_ULCAST_(0x1ffff) << 15) macro