Searched refs:hbe (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/video/fbdev/matrox/ |
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()
|
/linux/drivers/video/fbdev/ |
A D | atafb.c | 122 short hht, hbb, hbe, hdb, hde, hss; member 143 #define HBE hw.falcon.hbe 1541 hw->hbe = videl.hbe; in falcon_get_par() 1603 videl.hbe = hw->hbe; in falcon_vbl_switcher() 1702 int vdb, vss, hbe, hss; in falcon_blank() local 1709 hbe = current_par.HBE; in falcon_blank() 1716 hbe = current_par.HHT + 2; in falcon_blank() 1728 videl.hbe = hbe; in falcon_blank()
|
A D | tdfxfb.c | 549 u32 hd, hs, he, ht, hbs, hbe; in tdfxfb_set_par() local 584 hbe = ht; in tdfxfb_set_par() 644 reg.crt[0x03] = 0x80 | (hbe & 0x1f); in tdfxfb_set_par() 646 reg.crt[0x05] = ((hbe & 0x20) << 2) | (he & 0x1f); in tdfxfb_set_par() 669 ((hbe & 0x40) >> 1) | in tdfxfb_set_par()
|
/linux/arch/m68k/include/asm/ |
A D | atarihw.h | 261 u_short hbe; member
|
/linux/drivers/gpu/drm/tegra/ |
A D | sor.c | 1287 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()
|
Completed in 33 milliseconds