Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/qcom/
H A Dclk-cbf-8996.c33 #define DIV_THRESHOLD 600000000 macro
144 if (req->rate < (DIV_THRESHOLD / cbf_pll_postdiv.div)) in clk_cbf_8996_mux_determine_rate()
147 if (req->rate < DIV_THRESHOLD) in clk_cbf_8996_mux_determine_rate()
195 if (cnd->old_rate > DIV_THRESHOLD && in cbf_clk_notifier_cb()
196 cnd->new_rate < DIV_THRESHOLD) in cbf_clk_notifier_cb()
201 if (cnd->new_rate < DIV_THRESHOLD && in cbf_clk_notifier_cb()
202 cnd->old_rate > DIV_THRESHOLD) in cbf_clk_notifier_cb()