Home
last modified time | relevance | path

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

/linux/drivers/clk/qcom/
H A Dclk-cbf-8996.c33 #define DIV_THRESHOLD 600000000 macro
133 if (req->rate < (DIV_THRESHOLD / cbf_pll_postdiv.div)) in clk_cbf_8996_mux_determine_rate()
136 if (req->rate < DIV_THRESHOLD) in clk_cbf_8996_mux_determine_rate()
184 if (cnd->old_rate > DIV_THRESHOLD && in cbf_clk_notifier_cb()
185 cnd->new_rate < DIV_THRESHOLD) in cbf_clk_notifier_cb()
190 if (cnd->new_rate < DIV_THRESHOLD && in cbf_clk_notifier_cb()
191 cnd->old_rate > DIV_THRESHOLD) in cbf_clk_notifier_cb()