Searched refs:round_to_extif_ticks (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/omap/ |
H A D | hwa742.c | 629 static unsigned long round_to_extif_ticks(unsigned long ps, int div) round_to_extif_ticks() function 656 t->we_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div); calc_reg_timing() 657 t->re_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div); calc_reg_timing() 658 t->access_time = round_to_extif_ticks(t->re_on_time + 12200, div); calc_reg_timing() 659 t->we_off_time = round_to_extif_ticks(t->we_on_time + 1000, div); calc_reg_timing() 660 t->re_off_time = round_to_extif_ticks(t->re_on_time + 16000, div); calc_reg_timing() 661 t->cs_off_time = round_to_extif_ticks(t->re_off_time + 1000, div); calc_reg_timing() 662 t->we_cycle_time = round_to_extif_ticks(2 * systim + 2000, div); calc_reg_timing() 665 t->re_cycle_time = round_to_extif_ticks(2 * systim + 2000, div); calc_reg_timing() 705 t->we_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div); calc_lut_timing() 706 t->re_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div); calc_lut_timing() 707 t->access_time = round_to_extif_ticks(t->re_on_time + 4 * systim + calc_lut_timing() 709 t->we_off_time = round_to_extif_ticks(t->we_on_time + 1000, div); calc_lut_timing() 710 t->re_off_time = round_to_extif_ticks(t->re_on_time + 4 * systim + calc_lut_timing() 712 t->cs_off_time = round_to_extif_ticks(t->re_off_time + 1000, div); calc_lut_timing() 713 t->we_cycle_time = round_to_extif_ticks(2 * systim + 2000, div); calc_lut_timing() 716 t->re_cycle_time = round_to_extif_ticks(2000 + 4 * systim + 26000, div); calc_lut_timing()
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
H A D | rfbi.c | 387 static inline unsigned long round_to_extif_ticks(unsigned long ps, int div) round_to_extif_ticks() function 397 t->cs_on_time = round_to_extif_ticks(t->cs_on_time, div); calc_reg_timing() 399 t->we_on_time = round_to_extif_ticks(t->we_on_time, div); calc_reg_timing() 400 t->we_off_time = round_to_extif_ticks(t->we_off_time, div); calc_reg_timing() 401 t->we_cycle_time = round_to_extif_ticks(t->we_cycle_time, div); calc_reg_timing() 403 t->re_on_time = round_to_extif_ticks(t->re_on_time, div); calc_reg_timing() 404 t->re_off_time = round_to_extif_ticks(t->re_off_time, div); calc_reg_timing() 405 t->re_cycle_time = round_to_extif_ticks(t->re_cycle_time, div); calc_reg_timing() 407 t->access_time = round_to_extif_ticks(t->access_time, div); calc_reg_timing() 408 t->cs_off_time = round_to_extif_ticks(t->cs_off_time, div); calc_reg_timing() 409 t->cs_pulse_width = round_to_extif_ticks(t->cs_pulse_width, div); calc_reg_timing()
|
Completed in 95 milliseconds