Home
last modified time | relevance | path

Searched refs:DIV_2_THRESHOLD (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/clk/qcom/
H A Dclk-cpu-8996.c77 #define DIV_2_THRESHOLD 600000000 macro
301 if (req->rate < (DIV_2_THRESHOLD / 2)) in clk_cpu_8996_pmux_determine_rate()
304 if (req->rate < DIV_2_THRESHOLD) in clk_cpu_8996_pmux_determine_rate()
564 if (cnd->new_rate < DIV_2_THRESHOLD && in cpu_clk_notifier_cb()
565 cnd->old_rate > DIV_2_THRESHOLD) in cpu_clk_notifier_cb()
571 if (cnd->new_rate < DIV_2_THRESHOLD && in cpu_clk_notifier_cb()
572 cnd->old_rate > DIV_2_THRESHOLD) in cpu_clk_notifier_cb()
/kernel/linux/linux-5.10/drivers/clk/qcom/
H A Dclk-cpu-8996.c71 #define DIV_2_THRESHOLD 600000000 macro
237 if (cpuclk->pll_div_2 && req->rate < DIV_2_THRESHOLD) { in clk_cpu_8996_mux_determine_rate()
238 if (req->rate < (DIV_2_THRESHOLD / 2)) in clk_cpu_8996_mux_determine_rate()
469 if (cnd->new_rate < DIV_2_THRESHOLD) in cpu_clk_notifier_cb()

Completed in 2 milliseconds