Searched refs:ths_exit (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/i915/display/ |
D | intel_bios.h | 204 u8 ths_exit; member
|
D | icl_dsi.c | 1959 exit_zero_cnt = DIV_ROUND_UP(mipi_config->ths_exit, tlpx_ns); in icl_dphy_param_init()
|
/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 1347 u32 ths_prepare, ths_prepare_ths_zero, ths_trail, ths_exit; in dsi_cio_timings() local 1365 ths_exit = ns2ddr(dsi, 145); in dsi_cio_timings() 1384 ths_exit, ddr2ns(dsi, ths_exit)); in dsi_cio_timings() 1400 r = FLD_MOD(r, ths_exit, 7, 0); in dsi_cio_timings() 2644 int tclk_trail, ths_exit, exiths_clk; in dsi_config_cmd_mode_interleaving() local 2680 ths_exit = FLD_GET(r, 7, 0); in dsi_config_cmd_mode_interleaving() 2685 exiths_clk = ths_exit + tclk_trail; in dsi_config_cmd_mode_interleaving() 2828 unsigned int ths_trail, ths_exit; in dsi_proto_timings() local 2840 ths_exit = FLD_GET(r, 7, 0); in dsi_proto_timings() 2876 exit_hs_mode_lat = DIV_ROUND_UP(ths_trail + ths_exit, 4) + 1 + ths_eot; in dsi_proto_timings()
|
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 1874 u32 ths_prepare, ths_prepare_ths_zero, ths_trail, ths_exit; in dsi_cio_timings() local 1892 ths_exit = ns2ddr(dsidev, 145); in dsi_cio_timings() 1911 ths_exit, ddr2ns(dsidev, ths_exit)); in dsi_cio_timings() 1927 r = FLD_MOD(r, ths_exit, 7, 0); in dsi_cio_timings() 3450 int tclk_trail, ths_exit, exiths_clk; in dsi_config_cmd_mode_interleaving() local 3486 ths_exit = FLD_GET(r, 7, 0); in dsi_config_cmd_mode_interleaving() 3491 exiths_clk = ths_exit + tclk_trail; in dsi_config_cmd_mode_interleaving() 3636 unsigned ths_trail, ths_exit; in dsi_proto_timings() local 3648 ths_exit = FLD_GET(r, 7, 0); in dsi_proto_timings() 3684 exit_hs_mode_lat = DIV_ROUND_UP(ths_trail + ths_exit, 4) + 1 + ths_eot; in dsi_proto_timings()
|