Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dmips-cm.h297 #define CM_GCR_Cx_CONFIG_PVPE GENMASK(9, 0) macro
380 cfg = read_gcr_cl_config() & CM_GCR_Cx_CONFIG_PVPE; in mips_cm_max_vp_width()
381 return (cfg >> __ffs(CM_GCR_Cx_CONFIG_PVPE)) + 1; in mips_cm_max_vp_width()
Dmips-cps.h237 return (cfg + 1) & CM_GCR_Cx_CONFIG_PVPE; in mips_cps_numvps()