Searched refs:we_on_time (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/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-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | rfbi.c | 399 t->we_on_time = round_to_extif_ticks(t->we_on_time, div); in calc_reg_timing() 414 t->we_on_time, t->we_off_time, t->re_cycle_time, in calc_reg_timing() 496 weon = ps_to_rfbi_ticks(t->we_on_time, div); in rfbi_convert_timings()
|
/linux-4.1.27/include/video/ |
D | omapdss.h | 230 int we_on_time; member
|