Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/omap/
Dsossi.c172 int weon, weoff, wecyc; in calc_wr_timings() local
179 weon = ps_to_sossi_ticks(t->we_on_time, div); in calc_wr_timings()
181 if (weon > 1) in calc_wr_timings()
185 if (weoff <= weon) in calc_wr_timings()
186 weoff = weon + 1; in calc_wr_timings()
187 tw0 = weoff - weon; in calc_wr_timings()