Searched refs:ths_exit (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/i915/display/ |
D | intel_bios.h | 201 u8 ths_exit; member
|
D | icl_dsi.c | 1801 exit_zero_cnt = DIV_ROUND_UP(mipi_config->ths_exit, tlpx_ns); in icl_dphy_param_init()
|
/Linux-v5.10/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 1746 u32 ths_prepare, ths_prepare_ths_zero, ths_trail, ths_exit; in dsi_cio_timings() local 1764 ths_exit = ns2ddr(dsi, 145); in dsi_cio_timings() 1783 ths_exit, ddr2ns(dsi, ths_exit)); in dsi_cio_timings() 1799 r = FLD_MOD(r, ths_exit, 7, 0); in dsi_cio_timings() 3370 int tclk_trail, ths_exit, exiths_clk; in dsi_config_cmd_mode_interleaving() local 3406 ths_exit = FLD_GET(r, 7, 0); in dsi_config_cmd_mode_interleaving() 3411 exiths_clk = ths_exit + tclk_trail; in dsi_config_cmd_mode_interleaving() 3554 unsigned int ths_trail, ths_exit; in dsi_proto_timings() local 3566 ths_exit = FLD_GET(r, 7, 0); in dsi_proto_timings() 3602 exit_hs_mode_lat = DIV_ROUND_UP(ths_trail + ths_exit, 4) + 1 + ths_eot; in dsi_proto_timings()
|
/Linux-v5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 1869 u32 ths_prepare, ths_prepare_ths_zero, ths_trail, ths_exit; in dsi_cio_timings() local 1887 ths_exit = ns2ddr(dsidev, 145); in dsi_cio_timings() 1906 ths_exit, ddr2ns(dsidev, ths_exit)); in dsi_cio_timings() 1922 r = FLD_MOD(r, ths_exit, 7, 0); in dsi_cio_timings() 3447 int tclk_trail, ths_exit, exiths_clk; in dsi_config_cmd_mode_interleaving() local 3483 ths_exit = FLD_GET(r, 7, 0); in dsi_config_cmd_mode_interleaving() 3488 exiths_clk = ths_exit + tclk_trail; in dsi_config_cmd_mode_interleaving() 3633 unsigned ths_trail, ths_exit; in dsi_proto_timings() local 3645 ths_exit = FLD_GET(r, 7, 0); in dsi_proto_timings() 3682 exit_hs_mode_lat = DIV_ROUND_UP(ths_trail + ths_exit, 4) + 1 + ths_eot; in dsi_proto_timings()
|