Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/omap/
H A 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()
H A Domapfb.h94 int we_on_time; member
H A Dsossi.c181 weon = ps_to_sossi_ticks(t->we_on_time, div); in calc_wr_timings()