Searched refs:re_on_time (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/video/fbdev/omap/ |
D | hwa742.c | 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() 647 t->re_off_time = round_to_extif_ticks(t->re_on_time + 16000, div); in calc_reg_timing() 658 t->cs_on_time, t->cs_off_time, t->re_on_time, t->re_off_time); in calc_reg_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() 697 t->re_off_time = round_to_extif_ticks(t->re_on_time + 4 * systim + in calc_lut_timing() 709 t->cs_on_time, t->cs_off_time, t->re_on_time, t->re_off_time); in calc_lut_timing()
|
D | omapfb.h | 96 int re_on_time; member
|
D | sossi.c | 128 reon = ps_to_sossi_ticks(t->re_on_time, div); in calc_rd_timings()
|