Searched refs:ths_exit (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/i915/display/ |
D | intel_bios.h | 201 u8 ths_exit; member
|
D | icl_dsi.c | 1797 exit_zero_cnt = DIV_ROUND_UP(mipi_config->ths_exit, tlpx_ns); in icl_dphy_param_init()
|
/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()
|
/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 1752 u32 ths_prepare, ths_prepare_ths_zero, ths_trail, ths_exit; in dsi_cio_timings() local 1770 ths_exit = ns2ddr(dsi, 145); in dsi_cio_timings() 1789 ths_exit, ddr2ns(dsi, ths_exit)); in dsi_cio_timings() 1805 r = FLD_MOD(r, ths_exit, 7, 0); in dsi_cio_timings() 3376 int tclk_trail, ths_exit, exiths_clk; in dsi_config_cmd_mode_interleaving() local 3412 ths_exit = FLD_GET(r, 7, 0); in dsi_config_cmd_mode_interleaving() 3417 exiths_clk = ths_exit + tclk_trail; in dsi_config_cmd_mode_interleaving() 3560 unsigned int ths_trail, ths_exit; in dsi_proto_timings() local 3572 ths_exit = FLD_GET(r, 7, 0); in dsi_proto_timings() 3608 exit_hs_mode_lat = DIV_ROUND_UP(ths_trail + ths_exit, 4) + 1 + ths_eot; in dsi_proto_timings()
|