Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dmips-cps.h193 num_iocu = mips_cps_cluster_config(cluster) & CM_GCR_CONFIG_NUMIOCU; in mips_cps_numiocu()
194 num_iocu >>= __ffs(CM_GCR_CONFIG_NUMIOCU); in mips_cps_numiocu()
Dmips-cm.h138 #define CM_GCR_CONFIG_NUMIOCU GENMASK(15, 8) macro