Searched refs:ths_exit (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_bios.h | 193 u8 ths_exit; member
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dsi.c | 1877 u32 ths_prepare, ths_prepare_ths_zero, ths_trail, ths_exit; in dsi_cio_timings() local 1895 ths_exit = ns2ddr(dsidev, 145); in dsi_cio_timings() 1914 ths_exit, ddr2ns(dsidev, ths_exit)); in dsi_cio_timings() 1930 r = FLD_MOD(r, ths_exit, 7, 0); in dsi_cio_timings() 3455 int tclk_trail, ths_exit, exiths_clk; in dsi_config_cmd_mode_interleaving() local 3491 ths_exit = FLD_GET(r, 7, 0); in dsi_config_cmd_mode_interleaving() 3496 exiths_clk = ths_exit + tclk_trail; in dsi_config_cmd_mode_interleaving() 3641 unsigned ths_trail, ths_exit; in dsi_proto_timings() local 3653 ths_exit = FLD_GET(r, 7, 0); in dsi_proto_timings() 3690 exit_hs_mode_lat = DIV_ROUND_UP(ths_trail + ths_exit, 4) + 1 + ths_eot; in dsi_proto_timings()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | dsi.c | 1850 u32 ths_prepare, ths_prepare_ths_zero, ths_trail, ths_exit; in dsi_cio_timings() local 1868 ths_exit = ns2ddr(dsi, 145); in dsi_cio_timings() 1887 ths_exit, ddr2ns(dsi, ths_exit)); in dsi_cio_timings() 1903 r = FLD_MOD(r, ths_exit, 7, 0); in dsi_cio_timings() 3474 int tclk_trail, ths_exit, exiths_clk; in dsi_config_cmd_mode_interleaving() local 3510 ths_exit = FLD_GET(r, 7, 0); in dsi_config_cmd_mode_interleaving() 3515 exiths_clk = ths_exit + tclk_trail; in dsi_config_cmd_mode_interleaving() 3658 unsigned int ths_trail, ths_exit; in dsi_proto_timings() local 3670 ths_exit = FLD_GET(r, 7, 0); in dsi_proto_timings() 3707 exit_hs_mode_lat = DIV_ROUND_UP(ths_trail + ths_exit, 4) + 1 + ths_eot; in dsi_proto_timings()
|