Searched refs:v_total (Results 1 - 9 of 9) sorted by relevance

/u-boot/drivers/video/
H A Dlogicore_dp_tx.h29 * @v_total: Vertical total (lines)
49 u16 v_total; member in struct:logicore_dp_tx_msa
H A Dvideomodes.c391 int margin, h_total, v_total; local
409 v_total = mode->yres + EDID_DETAILED_TIMING_VERTICAL_BLANKING(*t);
411 (h_total * v_total);
H A Dlogicore_dp_tx.c115 * @v_total: Vertical total (lines)
146 u16 v_total; member in struct:main_stream_attributes
2082 set_reg(dev, REG_MAIN_STREAM_VTOTAL, msa_config->v_total);
2138 dp_tx->main_stream_attributes.v_total = msa->v_total;
2212 .v_total = 525,
2229 .v_total = 449,
2246 .v_total = 806,
/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp_info.h31 unsigned int v_total; member in struct:edp_disp_info
/u-boot/drivers/video/imx/
H A Dipu_disp.c840 uint32_t h_total, v_total; local
856 v_total = height + v_sync_width + v_start_width + v_end_width;
949 v_total * 2 - 1,/* run count */
966 v_total / 2 - 1,/* run count */
1000 v_total - 1, /* run count */
1018 v_total / 2 - 1,/* run count */
1051 v_total - 1, /* run count */
1053 v_total / 2, /* offset */
1070 __raw_writel(v_total / 2 - 1, DI_SCR_CONF(disp));
1090 ipu_di_sync_config(disp, DI_SYNC_VSYNC, v_total
[all...]
/u-boot/common/
H A Dedid.c332 uint32_t h_total, v_total, vfreq; local
341 v_total = v_active + v_blanking;
342 if (v_total > 0 && h_total > 0)
343 vfreq = pixclock / (v_total * h_total);
/u-boot/drivers/video/tegra124/
H A Ddisplay.c30 int h_total, v_total, refresh; local
35 v_total = timing->vactive.typ + timing->vfront_porch.typ +
37 if (!pclk || !h_total || !v_total)
41 refresh /= v_total;
/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c1072 writel(TOTAL_LINE_CFG_L(priv->disp_info.v_total),
1074 writel(TOTAL_LINE_CFG_H(priv->disp_info.v_total),
H A Dexynos_dp.c35 disp_info->v_total = disp_info->v_res + disp_info->v_sync_width +

Completed in 128 milliseconds