Lines Matching refs:round_to_extif_ticks

616 static unsigned long round_to_extif_ticks(unsigned long ps, int div)  in round_to_extif_ticks()  function
643 t->we_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div); in calc_reg_timing()
644 t->re_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div); in calc_reg_timing()
645 t->access_time = round_to_extif_ticks(t->re_on_time + 12200, div); in calc_reg_timing()
646 t->we_off_time = round_to_extif_ticks(t->we_on_time + 1000, div); in calc_reg_timing()
647 t->re_off_time = round_to_extif_ticks(t->re_on_time + 16000, div); in calc_reg_timing()
648 t->cs_off_time = round_to_extif_ticks(t->re_off_time + 1000, div); in calc_reg_timing()
649 t->we_cycle_time = round_to_extif_ticks(2 * systim + 2000, div); in calc_reg_timing()
652 t->re_cycle_time = round_to_extif_ticks(2 * systim + 2000, div); in calc_reg_timing()
692 t->we_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div); in calc_lut_timing()
693 t->re_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div); in calc_lut_timing()
694 t->access_time = round_to_extif_ticks(t->re_on_time + 4 * systim + in calc_lut_timing()
696 t->we_off_time = round_to_extif_ticks(t->we_on_time + 1000, div); in calc_lut_timing()
697 t->re_off_time = round_to_extif_ticks(t->re_on_time + 4 * systim + in calc_lut_timing()
699 t->cs_off_time = round_to_extif_ticks(t->re_off_time + 1000, div); in calc_lut_timing()
700 t->we_cycle_time = round_to_extif_ticks(2 * systim + 2000, div); in calc_lut_timing()
703 t->re_cycle_time = round_to_extif_ticks(2000 + 4 * systim + 26000, div); in calc_lut_timing()