Symbol: round_to_extif_ticks
drivers/video/fbdev/omap/hwa742.c
656
t->we_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div);
drivers/video/fbdev/omap/hwa742.c
657
t->re_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div);
drivers/video/fbdev/omap/hwa742.c
658
t->access_time = round_to_extif_ticks(t->re_on_time + 12200, div);
drivers/video/fbdev/omap/hwa742.c
659
t->we_off_time = round_to_extif_ticks(t->we_on_time + 1000, div);
drivers/video/fbdev/omap/hwa742.c
660
t->re_off_time = round_to_extif_ticks(t->re_on_time + 16000, div);
drivers/video/fbdev/omap/hwa742.c
661
t->cs_off_time = round_to_extif_ticks(t->re_off_time + 1000, div);
drivers/video/fbdev/omap/hwa742.c
662
t->we_cycle_time = round_to_extif_ticks(2 * systim + 2000, div);
drivers/video/fbdev/omap/hwa742.c
665
t->re_cycle_time = round_to_extif_ticks(2 * systim + 2000, div);
drivers/video/fbdev/omap/hwa742.c
705
t->we_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div);
drivers/video/fbdev/omap/hwa742.c
706
t->re_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div);
drivers/video/fbdev/omap/hwa742.c
707
t->access_time = round_to_extif_ticks(t->re_on_time + 4 * systim +
drivers/video/fbdev/omap/hwa742.c
709
t->we_off_time = round_to_extif_ticks(t->we_on_time + 1000, div);
drivers/video/fbdev/omap/hwa742.c
710
t->re_off_time = round_to_extif_ticks(t->re_on_time + 4 * systim +
drivers/video/fbdev/omap/hwa742.c
712
t->cs_off_time = round_to_extif_ticks(t->re_off_time + 1000, div);
drivers/video/fbdev/omap/hwa742.c
713
t->we_cycle_time = round_to_extif_ticks(2 * systim + 2000, div);
drivers/video/fbdev/omap/hwa742.c
716
t->re_cycle_time = round_to_extif_ticks(2000 + 4 * systim + 26000, div);