Searched refs:we_on_time (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/omap/ |
D | hwa742.c | 656 t->we_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div); in calc_reg_timing() 659 t->we_off_time = round_to_extif_ticks(t->we_on_time + 1000, div); in calc_reg_timing() 673 t->we_on_time, t->we_off_time, t->re_cycle_time, in calc_reg_timing() 705 t->we_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div); in calc_lut_timing() 709 t->we_off_time = round_to_extif_ticks(t->we_on_time + 1000, div); in calc_lut_timing() 724 t->we_on_time, t->we_off_time, t->re_cycle_time, in calc_lut_timing()
|
D | omapfb.h | 107 int we_on_time; member
|
D | sossi.c | 192 weon = ps_to_sossi_ticks(t->we_on_time, div); in calc_wr_timings()
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | rfbi.c | 400 t->we_on_time = round_to_extif_ticks(t->we_on_time, div); in calc_reg_timing() 415 t->we_on_time, t->we_off_time, t->re_cycle_time, in calc_reg_timing() 497 weon = ps_to_rfbi_ticks(t->we_on_time, div); in rfbi_convert_timings()
|
/Linux-v4.19/include/video/ |
D | omapfb_dss.h | 201 int we_on_time; member
|