Searched refs:hbe (Results 1 – 4 of 4) sorted by relevance
/drivers/video/fbdev/matrox/ |
D | matroxfb_misc.c | 191 unsigned int hd, hs, he, hbe, ht; in matroxfb_vgaHWinit() local 275 hbe = ht; in matroxfb_vgaHWinit() 291 (hbe & 0x040); /* end hor. blanking */ in matroxfb_vgaHWinit() 306 hw->CRTC[3] = (hbe & 0x1F) | 0x80; in matroxfb_vgaHWinit() 308 hw->CRTC[5] = ((hbe & 0x20) << 2) | (he & 0x1F); in matroxfb_vgaHWinit()
|
/drivers/video/fbdev/ |
D | atafb.c | 144 short hht, hbb, hbe, hdb, hde, hss; member 165 #define HBE hw.falcon.hbe 1574 hw->hbe = videl.hbe; in falcon_get_par() 1636 videl.hbe = hw->hbe; in falcon_vbl_switcher() 1735 int vdb, vss, hbe, hss; in falcon_blank() local 1742 hbe = current_par.HBE; in falcon_blank() 1749 hbe = current_par.HHT + 2; in falcon_blank() 1761 videl.hbe = hbe; in falcon_blank()
|
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()
|
/drivers/gpu/drm/tegra/ |
D | sor.c | 1195 unsigned int vbe, vse, hbe, hse, vbs, hbs, i; in tegra_sor_edp_enable() local 1547 hbe = hse + (mode->hsync_start - mode->hdisplay); in tegra_sor_edp_enable() 1549 value = ((vbe & 0x7fff) << 16) | (hbe & 0x7fff); in tegra_sor_edp_enable() 1553 hbs = hbe + mode->hdisplay; in tegra_sor_edp_enable() 1780 unsigned int vbe, vse, hbe, hse, vbs, hbs, div; in tegra_sor_hdmi_enable() local 2104 hbe = hse + (mode->htotal - mode->hsync_end); in tegra_sor_hdmi_enable() 2106 value = ((vbe & 0x7fff) << 16) | (hbe & 0x7fff); in tegra_sor_hdmi_enable() 2111 hbs = hbe + mode->hdisplay; in tegra_sor_hdmi_enable()
|