Searched refs:hbe (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/video/fbdev/matrox/ |
H A D | matroxfb_misc.c | 192 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()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | atafb.c | 120 short hht, hbb, hbe, hdb, hde, hss; member 141 #define HBE hw.falcon.hbe 1530 hw->hbe = videl.hbe; in falcon_get_par() 1592 videl.hbe = hw->hbe; in falcon_vbl_switcher() 1691 int vdb, vss, hbe, hss; in falcon_blank() local 1698 hbe = current_par.HBE; in falcon_blank() 1705 hbe = current_par.HHT + 2; in falcon_blank() 1717 videl.hbe = hbe; in falcon_blank()
|
H A D | tdfxfb.c | 550 u32 hd, hs, he, ht, hbs, hbe; in tdfxfb_set_par() local 585 hbe = ht; in tdfxfb_set_par() 645 reg.crt[0x03] = 0x80 | (hbe & 0x1f); in tdfxfb_set_par() 647 reg.crt[0x05] = ((hbe & 0x20) << 2) | (he & 0x1f); in tdfxfb_set_par() 670 ((hbe & 0x40) >> 1) | in tdfxfb_set_par()
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | atarihw.h | 261 u_short hbe; member
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | sor.c | 1288 unsigned int vbe, vse, hbe, hse, vbs, hbs; in tegra_sor_mode_set() local 1356 hbe = hse + (mode->htotal - mode->hsync_end); in tegra_sor_mode_set() 1358 value = ((vbe & 0x7fff) << 16) | (hbe & 0x7fff); in tegra_sor_mode_set() 1363 hbs = hbe + mode->hdisplay; in tegra_sor_mode_set()
|