Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/omap/
Dsossi.c133 u32 tw0, tw1; in calc_rd_timings() local
151 tw0 = reoff - reon; in calc_rd_timings()
152 if (tw0 > 0x10) in calc_rd_timings()
159 tw1 = recyc - tw0; in calc_rd_timings()
176 t->tim[0] = tw0 - 1; in calc_rd_timings()
184 u32 tw0, tw1; in calc_wr_timings() local
200 tw0 = weoff - weon; in calc_wr_timings()
201 if (tw0 > 0x10) in calc_wr_timings()
208 tw1 = wecyc - tw0; in calc_wr_timings()
215 t->tim[2] = tw0 - 1; in calc_wr_timings()
[all …]