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

/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()
192 weon = ps_to_sossi_ticks(t->we_on_time, div); calc_wr_timings()
193 /* weon will be exactly one sossi tick */ calc_wr_timings()
194 if (weon > 1) calc_wr_timings()
198 if (weoff <= weon) calc_wr_timings()
199 weoff = weon + 1; calc_wr_timings()
200 tw0 = weoff - weon; 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()
/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()
496 weon = ps_to_rfbi_ticks(t->we_on_time, div); rfbi_convert_timings()
498 if (weoff <= weon) rfbi_convert_timings()
499 weoff = weon + 1; rfbi_convert_timings()
500 if (weon > 0x0f) rfbi_convert_timings()
527 l |= weon << 10; rfbi_convert_timings()

Completed in 59 milliseconds