Home
last modified time | relevance | path

Searched refs:fckd_stop (Results 1 – 1 of 1) sorted by relevance

/drivers/video/omap2/dss/
Ddss.c478 int fckd, fckd_start, fckd_stop; in dss_div_calc() local
505 fckd_stop = max(DIV_ROUND_UP(prate * m, fck_hw_max), 1ul); in dss_div_calc()
507 for (fckd = fckd_start; fckd >= fckd_stop; --fckd) { in dss_div_calc()