Home
last modified time | relevance | path

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

/drivers/clk/qcom/
Dclk-cpu-8996.c73 #define DIV_2_THRESHOLD 600000000 macro
292 if (req->rate < (DIV_2_THRESHOLD / 2)) in clk_cpu_8996_pmux_determine_rate()
295 if (req->rate < DIV_2_THRESHOLD) in clk_cpu_8996_pmux_determine_rate()
500 if (cnd->new_rate < DIV_2_THRESHOLD) in cpu_clk_notifier_cb()