Searched refs:weoff (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/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.4.14/drivers/video/fbdev/omap2/dss/ |
D | rfbi.c | 486 int reon, reoff, weon, weoff, cson, csoff, cs_pulse; in rfbi_convert_timings() local 498 weoff = ps_to_rfbi_ticks(t->we_off_time, div); in rfbi_convert_timings() 499 if (weoff <= weon) in rfbi_convert_timings() 500 weoff = weon + 1; in rfbi_convert_timings() 503 if (weoff > 0x3f) in rfbi_convert_timings() 519 if (csoff < max(weoff, reoff)) in rfbi_convert_timings() 520 csoff = max(weoff, reoff); in rfbi_convert_timings() 529 l |= weoff << 14; in rfbi_convert_timings() 542 if (wecyc < weoff) in rfbi_convert_timings() 543 wecyc = weoff; in rfbi_convert_timings()
|