Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/include/asm/
Dmips-cps.h120 num_clusters = read_gcr_config() & CM_GCR_CONFIG_NUM_CLUSTERS; in mips_cps_numclusters()
121 num_clusters >>= __ffs(CM_GCR_CONFIG_NUM_CLUSTERS); in mips_cps_numclusters()
Dmips-cm.h133 #define CM_GCR_CONFIG_NUM_CLUSTERS GENMASK(29, 23) macro