Searched refs:throttle_status (Results 1 – 2 of 2) sorted by relevance
965 omsg.throttle_status = be64_to_cpu(msg->params[2]); in powernv_cpufreq_occ_msg()984 if (omsg.throttle_status >= 0 && in powernv_cpufreq_occ_msg()985 omsg.throttle_status <= OCC_MAX_THROTTLE_STATUS) { in powernv_cpufreq_occ_msg()986 chips[i].throttle_reason = omsg.throttle_status; in powernv_cpufreq_occ_msg()987 chips[i].reason[omsg.throttle_status]++; in powernv_cpufreq_occ_msg()990 if (!omsg.throttle_status) in powernv_cpufreq_occ_msg()
948 __be64 throttle_status; member