Lines Matching defs:pVga
1514 vgaRegPtr pVga = &VGAHWPTR(pScrn)->ModeReg;
1519 pVga->CRTC[0x13] = pScrn->displayWidth >> 3;
1530 pVga->CRTC[0x13] = pScrn->displayWidth >> 2;
1538 pVga->CRTC[0x13] = (pScrn->displayWidth * 3) >> 3;
1584 pVga->CRTC[3] = (((mode->CrtcHBlankEnd >> 3) - 1) & 0x1F) | 0x80;
1585 pVga->CRTC[5] = ((((mode->CrtcHBlankEnd >> 3) - 1) & 0x20) << 2)
1587 pVga->CRTC[22] = (mode->CrtcVBlankEnd - 1) & 0xFF;
1589 i810Reg->ExtHorizBlank = vgaHWHBlankKGA(mode, pVga, 7, 0);
1590 vgaHWVBlankKGA(mode, pVga, 8, 0);
1618 pVga->Attribute[0x11] = 0;
1627 pVga->MiscOutReg |= 0x0C;