Searched refs:weoff (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/omap/ |
D | sossi.c | 185 int weon, weoff, wecyc; in calc_wr_timings() local 197 weoff = ps_to_sossi_ticks(t->we_off_time, div); in calc_wr_timings() 198 if (weoff <= weon) in calc_wr_timings() 199 weoff = weon + 1; in calc_wr_timings() 200 tw0 = weoff - weon; in calc_wr_timings() 205 if (wecyc <= weoff) in calc_wr_timings() 206 wecyc = weoff + 1; in calc_wr_timings()
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | rfbi.c | 485 int reon, reoff, weon, weoff, cson, csoff, cs_pulse; in rfbi_convert_timings() local 497 weoff = ps_to_rfbi_ticks(t->we_off_time, div); in rfbi_convert_timings() 498 if (weoff <= weon) in rfbi_convert_timings() 499 weoff = weon + 1; in rfbi_convert_timings() 502 if (weoff > 0x3f) in rfbi_convert_timings() 518 if (csoff < max(weoff, reoff)) in rfbi_convert_timings() 519 csoff = max(weoff, reoff); in rfbi_convert_timings() 528 l |= weoff << 14; in rfbi_convert_timings() 541 if (wecyc < weoff) in rfbi_convert_timings() 542 wecyc = weoff; in rfbi_convert_timings()
|