Searched refs:ths_prepare (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drzg2l_mipi_dsi.c65 u32 ths_prepare; member in struct:rzg2l_mipi_dsi_timings
81 .ths_prepare = 13,
95 .ths_prepare = 12,
109 .ths_prepare = 12,
123 .ths_prepare = 10,
137 .ths_prepare = 9,
151 .ths_prepare = 9,
219 dphytim1 = DSIDPHYTIM1_THS_PREPARE(dphy_timings->ths_prepare) |
/linux-master/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-csi2.c132 u32 ths_prepare; member in struct:rzg2l_csi2_timings
144 .ths_prepare = 19,
153 .ths_prepare = 19,
162 .ths_prepare = 16,
171 .ths_prepare = 10,
180 .ths_prepare = 10,
323 dphytim1 = CSIDPHYTIM1_THS_PREPARE(dphy_timing->ths_prepare) |
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_bios.h206 u8 ths_prepare; member in struct:mipi_config
H A Dvlv_dsi.c1646 ths_prepare_ns = max(mipi_config->ths_prepare,
H A Dicl_dsi.c1837 ths_prepare_ns = max(mipi_config->ths_prepare,
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c1874 u32 ths_prepare, ths_prepare_ths_zero, ths_trail, ths_exit; local
1883 ths_prepare = ns2ddr(dsidev, 70) + 2;
1906 DSSDBG("ths_prepare %u (%uns), ths_prepare_ths_zero %u (%uns)\n",
1907 ths_prepare, ddr2ns(dsidev, ths_prepare),
1924 r = FLD_MOD(r, ths_prepare, 31, 24);
3635 unsigned ths_prepare, ths_prepare_ths_zero, ths_zero; local
3644 ths_prepare = FLD_GET(r, 31, 24);
3646 ths_zero = ths_prepare_ths_zero - ths_prepare;
3681 DIV_ROUND_UP(ths_prepare,
[all...]
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c1347 u32 ths_prepare, ths_prepare_ths_zero, ths_trail, ths_exit; local
1356 ths_prepare = ns2ddr(dsi, 70) + 2;
1379 DSSDBG("ths_prepare %u (%uns), ths_prepare_ths_zero %u (%uns)\n",
1380 ths_prepare, ddr2ns(dsi, ths_prepare),
1397 r = FLD_MOD(r, ths_prepare, 31, 24);
2827 unsigned int ths_prepare, ths_prepare_ths_zero, ths_zero; local
2836 ths_prepare = FLD_GET(r, 31, 24);
2838 ths_zero = ths_prepare_ths_zero - ths_prepare;
2873 DIV_ROUND_UP(ths_prepare,
[all...]

Completed in 432 milliseconds