Searched refs:fckd_stop (Results 1 – 2 of 2) sorted by relevance
524 int fckd, fckd_start, fckd_stop; in dss_div_calc() local553 fckd_stop = max(DIV_ROUND_UP(prate * m, fck_hw_max), 1ul); in dss_div_calc()555 for (fckd = fckd_start; fckd >= fckd_stop; --fckd) { in dss_div_calc()
615 int fckd, fckd_start, fckd_stop; in dss_div_calc() local644 fckd_stop = max(DIV_ROUND_UP(prate * m, fck_hw_max), 1ul); in dss_div_calc()646 for (fckd = fckd_start; fckd >= fckd_stop; --fckd) { in dss_div_calc()