Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/cpufreq/
Dqcom-cpufreq-hw.c278 unsigned long max_capacity, capacity, freq_hz, throttled_freq; in qcom_lmh_dcvs_notify() local
296 throttled_freq = freq_hz / HZ_PER_KHZ; in qcom_lmh_dcvs_notify()
301 capacity = mult_frac(max_capacity, throttled_freq, policy->cpuinfo.max_freq); in qcom_lmh_dcvs_notify()
321 if (throttled_freq >= qcom_cpufreq_hw_get(cpu)) in qcom_lmh_dcvs_notify()