Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/tegra/
Dsor.c1195 unsigned int vbe, vse, hbe, hse, vbs, hbs, i; in tegra_sor_edp_enable() local
1553 hbs = hbe + mode->hdisplay; in tegra_sor_edp_enable()
1555 value = ((vbs & 0x7fff) << 16) | (hbs & 0x7fff); in tegra_sor_edp_enable()
1780 unsigned int vbe, vse, hbe, hse, vbs, hbs, div; in tegra_sor_hdmi_enable() local
2111 hbs = hbe + mode->hdisplay; in tegra_sor_hdmi_enable()
2113 value = ((vbs & 0x7fff) << 16) | (hbs & 0x7fff); in tegra_sor_hdmi_enable()
/linux-4.4.14/drivers/video/fbdev/
Dtdfxfb.c549 u32 hd, hs, he, ht, hbs, hbe; in tdfxfb_set_par() local
583 hbs = hd; in tdfxfb_set_par()
643 reg.crt[0x02] = hbs; in tdfxfb_set_par()
668 ((hbs & 0x100) >> 4) | in tdfxfb_set_par()
Dcg14.c114 u16 hbs; /* Hor Blank Start */ member