Searched refs:vtotal (Results 1 – 5 of 5) sorted by relevance
236 u32 vtotal = timings->vactive.typ + timings->vfront_porch.typ + in dsi_mode_vrefresh() local239 if (htotal > 0 && vtotal > 0) { in dsi_mode_vrefresh()242 refresh = (calc_val + vtotal / 2) / vtotal; in dsi_mode_vrefresh()
57 #define CRTC_V_TOTAL_DISP_VAL(vtotal, vdisp) \ argument58 ((((vtotal) - 1) & 0xffff) | (((vdisp) - 1) << 16))
282 u32 vtotal; in mxcfb_check_var() local368 vtotal = var->yres + var->lower_margin + var->vsync_len + in mxcfb_check_var()370 var->pixclock = (vtotal * htotal * 6UL) / 100UL; in mxcfb_check_var()
618 u32 vtotal, htotal; in tegra_dc_sor_config_panel() local640 vtotal = timing->vsync_len.typ + timing->vback_porch.typ + in tegra_dc_sor_config_panel()646 vtotal << NV_HEAD_STATE1_VTOTAL_SHIFT | in tegra_dc_sor_config_panel()
830 u32 vtotal, vsw, vab, vae; in nx_dpc_get_vsync() local835 vtotal = (u32)pregister->dpcvtotal + 1; in nx_dpc_get_vsync()841 vfp = vtotal - vae; in nx_dpc_get_vsync()850 vtotal = (u32)pregister->dpcevtotal + 1; in nx_dpc_get_vsync()856 vfp = vtotal - vae; in nx_dpc_get_vsync()
Completed in 15 milliseconds