Searched refs:ths_eot (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c3639 unsigned ths_eot; local
3662 ths_eot = DIV_ROUND_UP(4, ndl);
3666 ddr_clk_post = DIV_ROUND_UP(tclk_post + ths_trail, 4) + ths_eot;
3684 exit_hs_mode_lat = DIV_ROUND_UP(ths_trail + ths_exit, 4) + 1 + ths_eot;
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c2831 unsigned int ths_eot; local
2854 ths_eot = DIV_ROUND_UP(4, ndl);
2858 ddr_clk_post = DIV_ROUND_UP(tclk_post + ths_trail, 4) + ths_eot;
2876 exit_hs_mode_lat = DIV_ROUND_UP(ths_trail + ths_exit, 4) + 1 + ths_eot;

Completed in 151 milliseconds