Searched refs:we_on_time (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/video/omap/ |
D | hwa742.c | 658 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()
|
D | blizzard.c | 1117 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()
|
D | omapfb.h | 86 int we_on_time; member
|
D | rfbi.c | 258 weon = ps_to_rfbi_ticks(t->we_on_time, div); in rfbi_convert_timings()
|
D | sossi.c | 192 weon = ps_to_sossi_ticks(t->we_on_time, div); in calc_wr_timings()
|
/linux-2.6.39/drivers/video/omap2/dss/ |
D | rfbi.c | 396 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/ |
D | display.h | 182 int we_on_time; member
|