Home
last modified time | relevance | path

Searched refs:we_on_time (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/omap/
Dhwa742.c656 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()
Domapfb.h107 int we_on_time; member
Dsossi.c192 weon = ps_to_sossi_ticks(t->we_on_time, div); in calc_wr_timings()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Drfbi.c399 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/
Domapdss.h230 int we_on_time; member