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