Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dmips-cm.h255 #define CM_GCR_Cx_CONFIG_PVPE_MSK (_ULCAST_(0x1ff) << 0) macro
/linux-4.1.27/arch/mips/kernel/
Dsmp-cps.c41 cfg = read_gcr_co_config() & CM_GCR_Cx_CONFIG_PVPE_MSK; in core_vpe_count()