Home
last modified time | relevance | path

Searched refs:hbe (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/video/fbdev/matrox/
Dmatroxfb_misc.c192 unsigned int hd, hs, he, hbe, ht; in matroxfb_vgaHWinit() local
276 hbe = ht; in matroxfb_vgaHWinit()
292 (hbe & 0x040); /* end hor. blanking */ in matroxfb_vgaHWinit()
307 hw->CRTC[3] = (hbe & 0x1F) | 0x80; in matroxfb_vgaHWinit()
309 hw->CRTC[5] = ((hbe & 0x20) << 2) | (he & 0x1F); in matroxfb_vgaHWinit()
/Linux-v5.10/drivers/video/fbdev/
Datafb.c122 short hht, hbb, hbe, hdb, hde, hss; member
143 #define HBE hw.falcon.hbe
1549 hw->hbe = videl.hbe; in falcon_get_par()
1611 videl.hbe = hw->hbe; in falcon_vbl_switcher()
1710 int vdb, vss, hbe, hss; in falcon_blank() local
1717 hbe = current_par.HBE; in falcon_blank()
1724 hbe = current_par.HHT + 2; in falcon_blank()
1736 videl.hbe = hbe; in falcon_blank()
Dtdfxfb.c551 u32 hd, hs, he, ht, hbs, hbe; in tdfxfb_set_par() local
586 hbe = ht; in tdfxfb_set_par()
646 reg.crt[0x03] = 0x80 | (hbe & 0x1f); in tdfxfb_set_par()
648 reg.crt[0x05] = ((hbe & 0x20) << 2) | (he & 0x1f); in tdfxfb_set_par()
671 ((hbe & 0x40) >> 1) | in tdfxfb_set_par()
/Linux-v5.10/arch/m68k/include/asm/
Datarihw.h261 u_short hbe; member
/Linux-v5.10/drivers/gpu/drm/tegra/
Dsor.c1287 unsigned int vbe, vse, hbe, hse, vbs, hbs; in tegra_sor_mode_set() local
1355 hbe = hse + (mode->htotal - mode->hsync_end); in tegra_sor_mode_set()
1357 value = ((vbe & 0x7fff) << 16) | (hbe & 0x7fff); in tegra_sor_mode_set()
1362 hbs = hbe + mode->hdisplay; in tegra_sor_mode_set()