Searched refs:CM_GCR_Cx_CONFIG_PVPE (Results 1 – 2 of 2) sorted by relevance
297 #define CM_GCR_Cx_CONFIG_PVPE GENMASK(9, 0) macro380 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()
237 return (cfg + 1) & CM_GCR_Cx_CONFIG_PVPE; in mips_cps_numvps()