Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/omapdrm/dss/
Ddsi.c2825 unsigned int ths_eot; in dsi_proto_timings() local
2848 ths_eot = DIV_ROUND_UP(4, ndl); in dsi_proto_timings()
2852 ddr_clk_post = DIV_ROUND_UP(tclk_post + ths_trail, 4) + ths_eot; in dsi_proto_timings()
2870 exit_hs_mode_lat = DIV_ROUND_UP(ths_trail + ths_exit, 4) + 1 + ths_eot; in dsi_proto_timings()
/Linux-v6.1/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c3631 unsigned ths_eot; in dsi_proto_timings() local
3654 ths_eot = DIV_ROUND_UP(4, ndl); in dsi_proto_timings()
3658 ddr_clk_post = DIV_ROUND_UP(tclk_post + ths_trail, 4) + ths_eot; in dsi_proto_timings()
3676 exit_hs_mode_lat = DIV_ROUND_UP(ths_trail + ths_exit, 4) + 1 + ths_eot; in dsi_proto_timings()