Lines Matching full:throttled
110 static bool rebooting, throttled, occ_reset; variable
133 bool throttled; member
570 if (chip->throttled) in powernv_cpufreq_throttle_check()
572 chip->throttled = true; in powernv_cpufreq_throttle_check()
584 } else if (chip->throttled) { in powernv_cpufreq_throttle_check()
585 chip->throttled = false; in powernv_cpufreq_throttle_check()
594 throttled = true; in powernv_cpufreq_throttle_check()
600 throttled = true; in powernv_cpufreq_throttle_check()
604 if (throttled) { in powernv_cpufreq_throttle_check()
606 pr_warn("CPU Frequency could be throttled\n"); in powernv_cpufreq_throttle_check()
751 if (!throttled) { in powernv_cpufreq_target_index()
753 * checking if the CPU frequency has been throttled in powernv_cpufreq_target_index()
969 if (!throttled) { in powernv_cpufreq_occ_msg()
970 throttled = true; in powernv_cpufreq_occ_msg()
971 pr_warn("CPU frequency is throttled for duration\n"); in powernv_cpufreq_occ_msg()
976 pr_info("OCC Loading, CPU frequency is throttled until OCC is started\n"); in powernv_cpufreq_occ_msg()
984 throttled = false; in powernv_cpufreq_occ_msg()
985 pr_info("OCC Active, CPU frequency is no longer throttled\n"); in powernv_cpufreq_occ_msg()