Searched refs:weoff (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Drfbi.c413 DSSDBG("[reg]weon %d weoff %d recyc %d wecyc %d\n", calc_reg_timing()
485 int reon, reoff, weon, weoff, cson, csoff, cs_pulse; rfbi_convert_timings() local
493 * weoff > weon, reoff > reon, recyc >= reoff, wecyc >= weoff, rfbi_convert_timings()
494 * csoff > cson, csoff >= max(weoff, reoff), actim > reon rfbi_convert_timings()
497 weoff = ps_to_rfbi_ticks(t->we_off_time, div); rfbi_convert_timings()
498 if (weoff <= weon) rfbi_convert_timings()
499 weoff = weon + 1; rfbi_convert_timings()
502 if (weoff > 0x3f) rfbi_convert_timings()
518 if (csoff < max(weoff, reoff)) rfbi_convert_timings()
519 csoff = max(weoff, reoff); rfbi_convert_timings()
528 l |= weoff << 14; rfbi_convert_timings()
541 if (wecyc < weoff) rfbi_convert_timings()
542 wecyc = weoff; rfbi_convert_timings()
/linux-4.1.27/drivers/video/fbdev/omap/
H A Dsossi.c185 int weon, weoff, wecyc; calc_wr_timings() local
190 * weoff > weon, wecyc >= weoff calc_wr_timings()
197 weoff = ps_to_sossi_ticks(t->we_off_time, div); calc_wr_timings()
198 if (weoff <= weon) calc_wr_timings()
199 weoff = weon + 1; calc_wr_timings()
200 tw0 = weoff - weon; calc_wr_timings()
205 if (wecyc <= weoff) calc_wr_timings()
206 wecyc = weoff + 1; calc_wr_timings()
H A Dhwa742.c672 dev_dbg(hwa742.fbdev->dev, "[reg]weon %d weoff %d recyc %d wecyc %d\n", calc_reg_timing()
723 dev_dbg(hwa742.fbdev->dev, "[lut]weon %d weoff %d recyc %d wecyc %d\n", calc_lut_timing()

Completed in 171 milliseconds