Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/omap/
H A Dsossi.c174 int weon, weoff, wecyc; in calc_wr_timings() local
181 weon = ps_to_sossi_ticks(t->we_on_time, div); in calc_wr_timings()
183 if (weon > 1) in calc_wr_timings()
187 if (weoff <= weon) in calc_wr_timings()
188 weoff = weon + 1; in calc_wr_timings()
189 tw0 = weoff - weon; in calc_wr_timings()