Searched refs:vtotal (Results 1 - 4 of 4) sorted by relevance

/u-boot/drivers/video/imx/
H A Dmxc_ipuv3_fb.c281 u32 vtotal; local
367 vtotal = var->yres + var->lower_margin + var->vsync_len +
369 var->pixclock = (vtotal * htotal * 6UL) / 100UL;
/u-boot/drivers/video/
H A Ddw_mipi_dsi.c234 u32 vtotal = timings->vactive.typ + timings->vfront_porch.typ + local
237 if (htotal > 0 && vtotal > 0) {
240 refresh = (calc_val + vtotal / 2) / vtotal;
/u-boot/drivers/video/tegra124/
H A Dsor.c619 u32 vtotal, htotal; local
641 vtotal = timing->vsync_len.typ + timing->vback_porch.typ +
647 vtotal << NV_HEAD_STATE1_VTOTAL_SHIFT |
/u-boot/drivers/video/nexell/soc/
H A Ds5pxx18_soc_dpc.c830 u32 vtotal, vsw, vab, vae; local
835 vtotal = (u32)pregister->dpcvtotal + 1;
841 vfp = vtotal - vae;
850 vtotal = (u32)pregister->dpcevtotal + 1;
856 vfp = vtotal - vae;

Completed in 47 milliseconds