Searched refs:ths_exit (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/i915/display/ |
| D | intel_bios.h | 200 u8 ths_exit; member
|
| D | icl_dsi.c | 1495 exit_zero_cnt = DIV_ROUND_UP(mipi_config->ths_exit, tlpx_ns); in icl_dphy_param_init()
|
| /Linux-v5.4/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() 3603 exit_hs_mode_lat = DIV_ROUND_UP(ths_trail + ths_exit, 4) + 1 + ths_eot; in dsi_proto_timings()
|
| /Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/ |
| D | dsi.c | 1866 u32 ths_prepare, ths_prepare_ths_zero, ths_trail, ths_exit; in dsi_cio_timings() local 1884 ths_exit = ns2ddr(dsidev, 145); in dsi_cio_timings() 1903 ths_exit, ddr2ns(dsidev, ths_exit)); in dsi_cio_timings() 1919 r = FLD_MOD(r, ths_exit, 7, 0); in dsi_cio_timings() 3444 int tclk_trail, ths_exit, exiths_clk; in dsi_config_cmd_mode_interleaving() local 3480 ths_exit = FLD_GET(r, 7, 0); in dsi_config_cmd_mode_interleaving() 3485 exiths_clk = ths_exit + tclk_trail; in dsi_config_cmd_mode_interleaving() 3630 unsigned ths_trail, ths_exit; in dsi_proto_timings() local 3642 ths_exit = FLD_GET(r, 7, 0); in dsi_proto_timings() 3679 exit_hs_mode_lat = DIV_ROUND_UP(ths_trail + ths_exit, 4) + 1 + ths_eot; in dsi_proto_timings()
|