Lines Matching +full:powered +full:- +full:off
20 #define CPS_ACCESSOR_A(unit, off, name) \ argument
23 return mips_##unit##_base + (off); \
94 #define CPS_ACCESSOR_RO(unit, sz, off, name) \ argument
95 CPS_ACCESSOR_A(unit, off, name) \
98 #define CPS_ACCESSOR_WO(unit, sz, off, name) \ argument
99 CPS_ACCESSOR_A(unit, off, name) \
102 #define CPS_ACCESSOR_RW(unit, sz, off, name) \ argument
103 CPS_ACCESSOR_A(unit, off, name) \
108 #include <asm/mips-cm.h>
109 #include <asm/mips-cpc.h>
110 #include <asm/mips-gic.h>
113 * mips_cps_numclusters - return the number of clusters present in the system
130 * mips_cps_cluster_config - return (GCR|CPC)_CONFIG from a cluster
153 * powered up allowing us not to need to power up the CM. in mips_cps_cluster_config()
164 * mips_cps_numcores - return the number of cores present in a cluster
180 * mips_cps_numiocu - return the number of IOCUs present in a cluster
199 * mips_cps_numvps - return the number of VPs (threads) supported by a core
205 * kernel do not support hardware mutlti-threading this returns 1.
229 * always powered, which allows us to not worry about powering in mips_cps_numvps()