Searched refs:ths_exit (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drzg2l_mipi_dsi.c72 u32 ths_exit; member in struct:rzg2l_mipi_dsi_timings
88 .ths_exit = 13,
102 .ths_exit = 13,
116 .ths_exit = 13,
130 .ths_exit = 13,
144 .ths_exit = 13,
158 .ths_exit = 13,
228 DSIDPHYTIM3_THS_EXIT(dphy_timings->ths_exit) |
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_bios.h205 u8 ths_exit; member in struct:mipi_config
H A Dicl_dsi.c1889 exit_zero_cnt = DIV_ROUND_UP(mipi_config->ths_exit, tlpx_ns);
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c1874 u32 ths_prepare, ths_prepare_ths_zero, ths_trail, ths_exit; local
1892 ths_exit = ns2ddr(dsidev, 145);
1909 DSSDBG("ths_trail %u (%uns), ths_exit %u (%uns)\n",
1911 ths_exit, ddr2ns(dsidev, ths_exit));
1927 r = FLD_MOD(r, ths_exit, 7, 0);
3450 int tclk_trail, ths_exit, exiths_clk; local
3486 ths_exit = FLD_GET(r, 7, 0);
3491 exiths_clk = ths_exit + tclk_trail;
3636 unsigned ths_trail, ths_exit; local
[all...]
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c1347 u32 ths_prepare, ths_prepare_ths_zero, ths_trail, ths_exit; local
1365 ths_exit = ns2ddr(dsi, 145);
1382 DSSDBG("ths_trail %u (%uns), ths_exit %u (%uns)\n",
1384 ths_exit, ddr2ns(dsi, ths_exit));
1400 r = FLD_MOD(r, ths_exit, 7, 0);
2644 int tclk_trail, ths_exit, exiths_clk; local
2680 ths_exit = FLD_GET(r, 7, 0);
2685 exiths_clk = ths_exit + tclk_trail;
2828 unsigned int ths_trail, ths_exit; local
[all...]

Completed in 305 milliseconds