Home
last modified time | relevance | path

Searched refs:throttle_status (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/cpufreq/
Dpowernv-cpufreq.c493 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()
/linux-4.4.14/arch/powerpc/include/asm/
Dopal-api.h789 __be64 throttle_status; member