Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/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-4.1.27/drivers/video/fbdev/omap2/dss/
Drfbi.c485 int reon, reoff, weon, weoff, cson, csoff, cs_pulse; in rfbi_convert_timings() local
496 weon = ps_to_rfbi_ticks(t->we_on_time, div); in rfbi_convert_timings()
498 if (weoff <= weon) in rfbi_convert_timings()
499 weoff = weon + 1; in rfbi_convert_timings()
500 if (weon > 0x0f) in rfbi_convert_timings()
527 l |= weon << 10; in rfbi_convert_timings()