Searched refs:throttle_status (Results 1 – 2 of 2) sorted by relevance
493 omsg.throttle_status = be64_to_cpu(msg->params[2]); in powernv_cpufreq_occ_msg()508 if (omsg.throttle_status && in powernv_cpufreq_occ_msg()509 omsg.throttle_status <= OCC_MAX_THROTTLE_STATUS) in powernv_cpufreq_occ_msg()512 throttle_reason[omsg.throttle_status]); in powernv_cpufreq_occ_msg()513 else if (!omsg.throttle_status) in powernv_cpufreq_occ_msg()515 throttle_reason[omsg.throttle_status]); in powernv_cpufreq_occ_msg()521 if (!omsg.throttle_status) in powernv_cpufreq_occ_msg()
789 __be64 throttle_status; member