Home
last modified time | relevance | path

Searched refs:re_on_time (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/omap/
Dhwa742.c657 t->re_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div); in calc_reg_timing()
658 t->access_time = round_to_extif_ticks(t->re_on_time + 12200, div); in calc_reg_timing()
660 t->re_off_time = round_to_extif_ticks(t->re_on_time + 16000, 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()
706 t->re_on_time = round_to_extif_ticks(t->cs_on_time + 2000, div); in calc_lut_timing()
707 t->access_time = round_to_extif_ticks(t->re_on_time + 4 * systim + in calc_lut_timing()
710 t->re_off_time = round_to_extif_ticks(t->re_on_time + 4 * systim + 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()
Domapfb.h109 int re_on_time; member
Dsossi.c141 reon = ps_to_sossi_ticks(t->re_on_time, div); in calc_rd_timings()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Drfbi.c404 t->re_on_time = round_to_extif_ticks(t->re_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()
506 reon = ps_to_rfbi_ticks(t->re_on_time, div); in rfbi_convert_timings()
/linux-4.4.14/include/video/
Domapdss.h232 int re_on_time; member