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

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

Completed in 250 milliseconds