Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/omap/
Drfbi.c247 int reon, reoff, weon, weoff, cson, csoff, cs_pulse; in rfbi_convert_timings() local
258 weon = ps_to_rfbi_ticks(t->we_on_time, div); in rfbi_convert_timings()
260 if (weoff <= weon) in rfbi_convert_timings()
261 weoff = weon + 1; in rfbi_convert_timings()
262 if (weon > 0x0f) in rfbi_convert_timings()
289 l |= weon << 10; in rfbi_convert_timings()
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-2.6.39/drivers/video/omap2/dss/
Drfbi.c537 int reon, reoff, weon, weoff, cson, csoff, cs_pulse; in rfbi_convert_timings() local
548 weon = ps_to_rfbi_ticks(t->we_on_time, div); in rfbi_convert_timings()
550 if (weoff <= weon) in rfbi_convert_timings()
551 weoff = weon + 1; in rfbi_convert_timings()
552 if (weon > 0x0f) in rfbi_convert_timings()
579 l |= weon << 10; in rfbi_convert_timings()