Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()