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()
602 int fckd, fckd_start, fckd_stop; in dss_div_calc() local631 fckd_stop = max(DIV_ROUND_UP(prate * m, fck_hw_max), 1ul); in dss_div_calc()633 for (fckd = fckd_start; fckd >= fckd_stop; --fckd) { in dss_div_calc()