Searched refs:fckd_stop (Results 1 – 2 of 2) sorted by relevance
513 int fckd, fckd_start, fckd_stop; in dss_div_calc() local542 fckd_stop = max(DIV_ROUND_UP(prate * m, fck_hw_max), 1ul); in dss_div_calc()544 for (fckd = fckd_start; fckd >= fckd_stop; --fckd) { in dss_div_calc()
601 int fckd, fckd_start, fckd_stop; in dss_div_calc() local630 fckd_stop = max(DIV_ROUND_UP(prate * m, fck_hw_max), 1ul); in dss_div_calc()632 for (fckd = fckd_start; fckd >= fckd_stop; --fckd) { in dss_div_calc()