Home
last modified time | relevance | path

Searched refs:weoff (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/video/omap2/dss/
Drfbi.c476 int reon, reoff, weon, weoff, cson, csoff, cs_pulse; in rfbi_convert_timings() local
488 weoff = ps_to_rfbi_ticks(t->we_off_time, div); in rfbi_convert_timings()
489 if (weoff <= weon) in rfbi_convert_timings()
490 weoff = weon + 1; in rfbi_convert_timings()
493 if (weoff > 0x3f) in rfbi_convert_timings()
509 if (csoff < max(weoff, reoff)) in rfbi_convert_timings()
510 csoff = max(weoff, reoff); in rfbi_convert_timings()
519 l |= weoff << 14; in rfbi_convert_timings()
532 if (wecyc < weoff) in rfbi_convert_timings()
533 wecyc = weoff; in rfbi_convert_timings()
/linux-3.4.99/drivers/video/omap/
Dsossi.c185 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()