Home
last modified time | relevance | path

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

/openbmc/linux/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()