Searched refs:we_on_time (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/video/fbdev/omap/ |
A D | hwa742.c | 657 t->we_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div); in calc_reg_timing() 660 t->we_off_time = round_to_extif_ticks(t->we_on_time + 1000, div); in calc_reg_timing() 674 t->we_on_time, t->we_off_time, t->re_cycle_time, in calc_reg_timing() 706 t->we_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div); in calc_lut_timing() 710 t->we_off_time = round_to_extif_ticks(t->we_on_time + 1000, div); in calc_lut_timing() 725 t->we_on_time, t->we_off_time, t->re_cycle_time, in calc_lut_timing()
|
A D | omapfb.h | 94 int we_on_time; member
|
A D | sossi.c | 179 weon = ps_to_sossi_ticks(t->we_on_time, div); in calc_wr_timings()
|
Completed in 9 milliseconds