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

/linux-4.1.27/drivers/video/fbdev/omap/
H A Dsossi.c134 int reon, reoff, recyc, actim; calc_rd_timings() local
139 * reoff > reon, recyc >= reoff, actim > reon calc_rd_timings()
146 reoff = ps_to_sossi_ticks(t->re_off_time, div); calc_rd_timings()
148 if (reoff <= reon) calc_rd_timings()
149 reoff = reon + 1; calc_rd_timings()
151 tw0 = reoff - reon; calc_rd_timings()
156 if (recyc <= reoff) calc_rd_timings()
157 recyc = reoff + 1; calc_rd_timings()
167 if (actim < reoff) calc_rd_timings()
173 if (actim - reoff > 1) calc_rd_timings()
H A Dhwa742.c670 dev_dbg(hwa742.fbdev->dev, "[reg]cson %d csoff %d reon %d reoff %d\n", calc_reg_timing()
721 dev_dbg(hwa742.fbdev->dev, "[lut]cson %d csoff %d reon %d reoff %d\n", calc_lut_timing()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Drfbi.c411 DSSDBG("[reg]cson %d csoff %d reon %d reoff %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()
506 reoff = ps_to_rfbi_ticks(t->re_off_time, div); rfbi_convert_timings()
507 if (reoff <= reon) rfbi_convert_timings()
508 reoff = reon + 1; rfbi_convert_timings()
511 if (reoff > 0x3f) rfbi_convert_timings()
518 if (csoff < max(weoff, reoff)) rfbi_convert_timings()
519 csoff = max(weoff, reoff); rfbi_convert_timings()
530 l |= reoff << 24; rfbi_convert_timings()
547 if (recyc < reoff) rfbi_convert_timings()
548 recyc = reoff; rfbi_convert_timings()

Completed in 101 milliseconds