Searched refs:ths_exit (Results 1 – 2 of 2) sorted by relevance
/drivers/video/fbdev/omap2/dss/ |
D | dsi.c | 1887 u32 ths_prepare, ths_prepare_ths_zero, ths_trail, ths_exit; in dsi_cio_timings() local 1905 ths_exit = ns2ddr(dsidev, 145); in dsi_cio_timings() 1924 ths_exit, ddr2ns(dsidev, ths_exit)); in dsi_cio_timings() 1940 r = FLD_MOD(r, ths_exit, 7, 0); in dsi_cio_timings() 3465 int tclk_trail, ths_exit, exiths_clk; in dsi_config_cmd_mode_interleaving() local 3501 ths_exit = FLD_GET(r, 7, 0); in dsi_config_cmd_mode_interleaving() 3506 exiths_clk = ths_exit + tclk_trail; in dsi_config_cmd_mode_interleaving() 3651 unsigned ths_trail, ths_exit; in dsi_proto_timings() local 3663 ths_exit = FLD_GET(r, 7, 0); in dsi_proto_timings() 3700 exit_hs_mode_lat = DIV_ROUND_UP(ths_trail + ths_exit, 4) + 1 + ths_eot; in dsi_proto_timings()
|
/drivers/gpu/drm/i915/ |
D | intel_bios.h | 892 u8 ths_exit; member
|