Searched refs:we_on_time (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/video/fbdev/omap/ |
D | hwa742.c | 643 t->we_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div); in calc_reg_timing() 646 t->we_off_time = round_to_extif_ticks(t->we_on_time + 1000, div); in calc_reg_timing() 660 t->we_on_time, t->we_off_time, t->re_cycle_time, in calc_reg_timing() 692 t->we_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div); in calc_lut_timing() 696 t->we_off_time = round_to_extif_ticks(t->we_on_time + 1000, div); in calc_lut_timing() 711 t->we_on_time, t->we_off_time, t->re_cycle_time, in calc_lut_timing()
|
D | omapfb.h | 94 int we_on_time; member
|
D | sossi.c | 179 weon = ps_to_sossi_ticks(t->we_on_time, div); in calc_wr_timings()
|