ths_trail        1440 drivers/gpu/drm/i915/display/icl_dsi.c 	tclk_trail_ns = max(mipi_config->tclk_trail, mipi_config->ths_trail);
ths_trail         206 drivers/gpu/drm/i915/display/intel_bios.h 	u8 ths_trail;
ths_trail        1745 drivers/gpu/drm/i915/display/vlv_dsi.c 	tclk_trail_ns = max(mipi_config->tclk_trail, mipi_config->ths_trail);
ths_trail        1775 drivers/gpu/drm/i915/display/vlv_dsi.c 	hs_to_lp_switch = DIV_ROUND_UP(mipi_config->ths_trail + 2 * tlpx_ui, 8);
ths_trail        1746 drivers/gpu/drm/omapdrm/dss/dsi.c 	u32 ths_prepare, ths_prepare_ths_zero, ths_trail, ths_exit;
ths_trail        1761 drivers/gpu/drm/omapdrm/dss/dsi.c 	ths_trail = ns2ddr(dsi, 60) + 5;
ths_trail        1782 drivers/gpu/drm/omapdrm/dss/dsi.c 			ths_trail, ddr2ns(dsi, ths_trail),
ths_trail        1798 drivers/gpu/drm/omapdrm/dss/dsi.c 	r = FLD_MOD(r, ths_trail, 15, 8);
ths_trail        3554 drivers/gpu/drm/omapdrm/dss/dsi.c 	unsigned int ths_trail, ths_exit;
ths_trail        3565 drivers/gpu/drm/omapdrm/dss/dsi.c 	ths_trail = FLD_GET(r, 15, 8);
ths_trail        3585 drivers/gpu/drm/omapdrm/dss/dsi.c 	ddr_clk_post = DIV_ROUND_UP(tclk_post + ths_trail, 4) + ths_eot;
ths_trail        3603 drivers/gpu/drm/omapdrm/dss/dsi.c 	exit_hs_mode_lat = DIV_ROUND_UP(ths_trail + ths_exit, 4) + 1 + ths_eot;
ths_trail        1866 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	u32 ths_prepare, ths_prepare_ths_zero, ths_trail, ths_exit;
ths_trail        1881 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	ths_trail = ns2ddr(dsidev, 60) + 5;
ths_trail        1902 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 			ths_trail, ddr2ns(dsidev, ths_trail),
ths_trail        1918 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	r = FLD_MOD(r, ths_trail, 15, 8);
ths_trail        3630 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	unsigned ths_trail, ths_exit;
ths_trail        3641 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	ths_trail = FLD_GET(r, 15, 8);
ths_trail        3661 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	ddr_clk_post = DIV_ROUND_UP(tclk_post + ths_trail, 4) + ths_eot;
ths_trail        3679 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	exit_hs_mode_lat = DIV_ROUND_UP(ths_trail + ths_exit, 4) + 1 + ths_eot;