Searched refs:hbe (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/matrox/ |
H A D | matroxfb_misc.c | 191 unsigned int hd, hs, he, hbe, ht; matroxfb_vgaHWinit() local 275 hbe = ht; matroxfb_vgaHWinit() 291 (hbe & 0x040); /* end hor. blanking */ matroxfb_vgaHWinit() 306 hw->CRTC[3] = (hbe & 0x1F) | 0x80; matroxfb_vgaHWinit() 308 hw->CRTC[5] = ((hbe & 0x20) << 2) | (he & 0x1F); matroxfb_vgaHWinit()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | atafb.c | 144 short hht, hbb, hbe, hdb, hde, hss; member in struct:atafb_par::__anon10489::falcon_hw 165 #define HBE hw.falcon.hbe 1574 hw->hbe = videl.hbe; falcon_get_par() 1636 videl.hbe = hw->hbe; falcon_vbl_switcher() 1735 int vdb, vss, hbe, hss; falcon_blank() local 1742 hbe = current_par.HBE; falcon_blank() 1749 hbe = current_par.HHT + 2; falcon_blank() 1761 videl.hbe = hbe; falcon_blank()
|
H A D | tdfxfb.c | 568 u32 hd, hs, he, ht, hbs, hbe; tdfxfb_set_par() local 603 hbe = ht; tdfxfb_set_par() 663 reg.crt[0x03] = 0x80 | (hbe & 0x1f); tdfxfb_set_par() 665 reg.crt[0x05] = ((hbe & 0x20) << 2) | (he & 0x1f); tdfxfb_set_par() 688 ((hbe & 0x40) >> 1) | tdfxfb_set_par()
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
H A D | sor.c | 947 unsigned int vbe, vse, hbe, hse, vbs, hbs, i; tegra_sor_encoder_mode_set() local 1315 hbe = hse + (mode->hsync_start - mode->hdisplay); tegra_sor_encoder_mode_set() 1317 value = ((vbe & 0x7fff) << 16) | (hbe & 0x7fff); tegra_sor_encoder_mode_set() 1321 hbs = hbe + mode->hdisplay; tegra_sor_encoder_mode_set()
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | atarihw.h | 263 u_short hbe; member in struct:VIDEL
|
Completed in 230 milliseconds