DIV_THRESHOLD
if (req->rate < (DIV_THRESHOLD / cbf_pll_postdiv.div))
if (req->rate < DIV_THRESHOLD)
if (cnd->old_rate > DIV_THRESHOLD &&
cnd->new_rate < DIV_THRESHOLD)
if (cnd->new_rate < DIV_THRESHOLD &&
cnd->old_rate > DIV_THRESHOLD)