Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dqcom-cpufreq-hw.c288 unsigned long max_capacity, capacity, freq_hz, throttled_freq; in qcom_lmh_dcvs_notify() local
304 throttled_freq = freq_hz / HZ_PER_KHZ; in qcom_lmh_dcvs_notify()
309 capacity = mult_frac(max_capacity, throttled_freq, policy->cpuinfo.max_freq); in qcom_lmh_dcvs_notify()
330 if (throttled_freq >= qcom_cpufreq_hw_get(cpu)) in qcom_lmh_dcvs_notify()