Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/omap/
Dhwa742.c658 t->we_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div); in calc_reg_timing()
661 t->we_off_time = round_to_extif_ticks(t->we_on_time + 1000, div); in calc_reg_timing()
675 t->we_on_time, t->we_off_time, t->re_cycle_time, in calc_reg_timing()
707 t->we_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div); in calc_lut_timing()
711 t->we_off_time = round_to_extif_ticks(t->we_on_time + 1000, div); in calc_lut_timing()
726 t->we_on_time, t->we_off_time, t->re_cycle_time, in calc_lut_timing()
Dblizzard.c1117 t->we_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div); in calc_reg_timing()
1120 t->we_off_time = round_to_extif_ticks(t->we_on_time + 1000, div); in calc_reg_timing()
1134 t->we_on_time, t->we_off_time, t->re_cycle_time, in calc_reg_timing()
1167 t->we_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div); in calc_lut_timing()
1171 t->we_off_time = round_to_extif_ticks(t->we_on_time + 1000, div); in calc_lut_timing()
1188 t->we_on_time, t->we_off_time, t->re_cycle_time, in calc_lut_timing()
Domapfb.h86 int we_on_time; member
Drfbi.c258 weon = ps_to_rfbi_ticks(t->we_on_time, div); in rfbi_convert_timings()
Dsossi.c192 weon = ps_to_sossi_ticks(t->we_on_time, div); in calc_wr_timings()
/linux-2.6.39/drivers/video/omap2/dss/
Drfbi.c396 t->we_on_time = round_to_extif_ticks(t->we_on_time, div); in calc_reg_timing()
411 t->we_on_time, t->we_off_time, t->re_cycle_time, in calc_reg_timing()
548 weon = ps_to_rfbi_ticks(t->we_on_time, div); in rfbi_convert_timings()
/linux-2.6.39/arch/arm/plat-omap/include/plat/
Ddisplay.h182 int we_on_time; member