Home
last modified time | relevance | path

Searched refs:hse (Results 1 – 3 of 3) sorted by relevance

/drivers/video/fbdev/omap2/dss/
Ddsi.c4345 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm()
4354 t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp, in print_dsi_vm()
4358 TO_DSI_T(t->hse), in print_dsi_vm()
4410 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm()
4413 vm.hsw = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk); in print_dsi_dispc_vm()
4522 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local
4572 hse = 1; in dsi_vm_calc_blanking()
4574 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking()
4576 hse = 0; in dsi_vm_calc_blanking()
4583 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking()
[all …]
/drivers/gpu/drm/tegra/
Dsor.c1195 unsigned int vbe, vse, hbe, hse, vbs, hbs, i; in tegra_sor_edp_enable() local
1541 hse = mode->hsync_end - mode->hsync_start - 1; in tegra_sor_edp_enable()
1543 value = ((vse & 0x7fff) << 16) | (hse & 0x7fff); in tegra_sor_edp_enable()
1547 hbe = hse + (mode->hsync_start - mode->hdisplay); in tegra_sor_edp_enable()
1780 unsigned int vbe, vse, hbe, hse, vbs, hbs, div; in tegra_sor_hdmi_enable() local
2097 hse = mode->hsync_end - mode->hsync_start - 1; in tegra_sor_hdmi_enable()
2099 value = ((vse & 0x7fff) << 16) | (hse & 0x7fff); in tegra_sor_hdmi_enable()
2104 hbe = hse + (mode->htotal - mode->hsync_end); in tegra_sor_hdmi_enable()
/drivers/video/fbdev/exynos/
Dexynos_mipi_dsi_lowlevel.c220 (DSIM_HSE_MODE_SHIFT(dsim_config->hse)) | in exynos_mipi_dsi_init_config()