Home
last modified time | relevance | path

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

/drivers/video/fbdev/omap2/omapfb/dss/
Ddsi.c4335 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm()
4344 t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp, in print_dsi_vm()
4348 TO_DSI_T(t->hse), in print_dsi_vm()
4400 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm()
4403 vm.hsw = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk); in print_dsi_dispc_vm()
4512 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local
4562 hse = 1; in dsi_vm_calc_blanking()
4564 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking()
4566 hse = 0; in dsi_vm_calc_blanking()
4573 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking()
[all …]
/drivers/gpu/drm/omapdrm/dss/
Ddsi.c4447 bl = t->hss + t->hsa + t->hse + t->hbp + t->hfp; in print_dsi_vm()
4456 t->hss, t->hsa, t->hse, t->hbp, pps, t->hfp, in print_dsi_vm()
4460 TO_DSI_T(t->hse), in print_dsi_vm()
4512 dsi_htot = t->hss + t->hsa + t->hse + t->hbp + dsi_hact + t->hfp; in print_dsi_dispc_vm()
4515 vm.hsync_len = div64_u64((u64)(t->hsa + t->hse) * pck, byteclk); in print_dsi_dispc_vm()
4625 int dsi_htot, dsi_hact, dsi_hbl, hss, hse; /* byteclks */ in dsi_vm_calc_blanking() local
4676 hse = 1; in dsi_vm_calc_blanking()
4678 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking()
4680 hse = 0; in dsi_vm_calc_blanking()
4687 if (dsi_htot < hss + hse + dsi_hact) in dsi_vm_calc_blanking()
[all …]
Domapdss.h213 u16 hse; member
/drivers/gpu/drm/tegra/
Dsor.c843 unsigned int vbe, vse, hbe, hse, vbs, hbs; in tegra_sor_mode_set() local
904 hse = mode->hsync_end - mode->hsync_start - 1; in tegra_sor_mode_set()
906 value = ((vse & 0x7fff) << 16) | (hse & 0x7fff); in tegra_sor_mode_set()
911 hbe = hse + (mode->htotal - mode->hsync_end); in tegra_sor_mode_set()