Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/video/omap/
Dsossi.c185 int weon, weoff, wecyc; in calc_wr_timings() local
192 weon = ps_to_sossi_ticks(t->we_on_time, div); in calc_wr_timings()
194 if (weon > 1) 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()
/linux-3.4.99/drivers/video/omap2/dss/
Drfbi.c476 int reon, reoff, weon, weoff, cson, csoff, cs_pulse; in rfbi_convert_timings() local
487 weon = ps_to_rfbi_ticks(t->we_on_time, div); in rfbi_convert_timings()
489 if (weoff <= weon) in rfbi_convert_timings()
490 weoff = weon + 1; in rfbi_convert_timings()
491 if (weon > 0x0f) in rfbi_convert_timings()
518 l |= weon << 10; in rfbi_convert_timings()