Searched refs:cs_on_time (Results 1 – 5 of 5) sorted by relevance
/drivers/video/fbdev/omap/ |
D | hwa742.c | 655 t->cs_on_time = 0; in calc_reg_timing() 656 t->we_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div); in calc_reg_timing() 657 t->re_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div); in calc_reg_timing() 671 t->cs_on_time, t->cs_off_time, t->re_on_time, t->re_off_time); in calc_reg_timing() 704 t->cs_on_time = 0; in calc_lut_timing() 705 t->we_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div); in calc_lut_timing() 706 t->re_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div); in calc_lut_timing() 722 t->cs_on_time, t->cs_off_time, t->re_on_time, t->re_off_time); in calc_lut_timing()
|
D | omapfb.h | 105 int cs_on_time; member
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | rfbi.c | 398 t->cs_on_time = round_to_extif_ticks(t->cs_on_time, div); in calc_reg_timing() 413 t->cs_on_time, t->cs_off_time, t->re_on_time, t->re_off_time); in calc_reg_timing() 515 cson = ps_to_rfbi_ticks(t->cs_on_time, div); in rfbi_convert_timings()
|
/drivers/gpu/drm/omapdrm/dss/ |
D | rfbi.c | 398 t->cs_on_time = round_to_extif_ticks(t->cs_on_time, div); in calc_reg_timing() 413 t->cs_on_time, t->cs_off_time, t->re_on_time, t->re_off_time); in calc_reg_timing() 515 cson = ps_to_rfbi_ticks(t->cs_on_time, div); in rfbi_convert_timings()
|
D | omapdss.h | 226 int cs_on_time; member
|