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

/u-boot/drivers/video/
H A Ddw_mipi_dsi.c232 u32 htotal = timings->hactive.typ + timings->hfront_porch.typ + local
237 if (htotal > 0 && vtotal > 0) {
239 calc_val /= htotal;
618 u32 htotal, hsa, hbp, lbcc; local
620 htotal = timings->hactive.typ + timings->hfront_porch.typ +
630 lbcc = dw_mipi_dsi_get_hcomponent_lbcc(dsi, timings, htotal);
/u-boot/drivers/video/imx/
H A Dmxc_ipuv3_fb.c282 u32 htotal; local
365 htotal = var->xres + var->right_margin + var->hsync_len +
369 var->pixclock = (vtotal * htotal * 6UL) / 100UL;
/u-boot/drivers/video/tegra124/
H A Dsor.c619 u32 vtotal, htotal; local
643 htotal = timing->hsync_len.typ + timing->hback_porch.typ +
648 htotal << NV_HEAD_STATE1_HTOTAL_SHIFT);
/u-boot/drivers/video/nexell/soc/
H A Ds5pxx18_soc_dpc.c764 u32 htotal, hsw, hab, hae; local
769 htotal = (u32)pregister->dpchtotal + 1;
775 hfp = htotal - hae;

Completed in 90 milliseconds