Lines Matching defs:ChipsStd
5302 vgaRegPtr ChipsStd;
5306 ChipsStd = &hwp->ModeReg;
5373 ChipsStd->Attribute[0x10] = 0x03; /* mode */
5375 ChipsStd->Attribute[0x10] = 0x01; /* mode */
5377 ChipsStd->Attribute[0x11] = 0x00; /* overscan (border) color */
5378 ChipsStd->Attribute[0x12] = 0x0F; /* enable all color planes */
5379 ChipsStd->Attribute[0x13] = 0x00; /* horiz pixel panning 0 */
5381 ChipsStd->Graphics[0x05] = 0x00; /* normal read/write mode */
5394 ChipsStd->CRTC[0x13] = tmp & 0xFF;
5506 ChipsNew->CR[0x3C] = vgaHWHBlankKGA(mode, ChipsStd, 8, 0) << 6;
5508 vgaHWHBlankKGA(mode, ChipsStd, 6, 0);
5509 vgaHWVBlankKGA(mode, ChipsStd, 8, 0);
5576 ChipsStd->MiscOutReg &= 0x7F;
5577 ChipsStd->MiscOutReg &= 0xBF;
5581 ChipsStd->MiscOutReg |= 0x40;
5582 ChipsStd->MiscOutReg |= 0x80;
5619 tmp = ChipsStd->CRTC[7] & ~0x42;
5620 ChipsStd->CRTC[7] = (tmp |
5623 ChipsStd->CRTC[0x12] = (mode->CrtcVDisplay -1) & 0xFF;
5777 chipsRestore(pScrn, ChipsStd, ChipsNew, FALSE);
5789 chipsRestore(pScrn, ChipsStd, ChipsNew, FALSE);
5794 chipsRestore(pScrn, ChipsStd, ChipsNew, FALSE);
5810 vgaRegPtr ChipsStd;
5814 ChipsStd = &hwp->ModeReg;
5872 ChipsStd->Attribute[0x10] = 0x03; /* mode */
5874 ChipsStd->Attribute[0x10] = 0x01; /* mode */
5876 ChipsStd->Attribute[0x11] = 0x00; /* overscan (border) color */
5877 ChipsStd->Attribute[0x12] = 0x0F; /* enable all color planes */
5878 ChipsStd->Attribute[0x13] = 0x00; /* horiz pixel panning 0 */
5880 ChipsStd->Graphics[0x05] = 0x00; /* normal read/write mode */
5885 ChipsStd->CRTC[0x13] = (pScrn->displayWidth * bytesPerPixel) >> 3;
5887 ChipsStd->CRTC[0x13] = pScrn->displayWidth >> 4;
6018 chipsRestore(pScrn, ChipsStd, ChipsNew, FALSE);
6037 vgaRegPtr ChipsStd;
6041 ChipsStd = &hwp->ModeReg;
6114 ChipsStd->Attribute[0x10] = 0x03; /* mode */
6116 ChipsStd->Attribute[0x10] = 0x01; /* mode */
6118 ChipsStd->Attribute[0x11] = 0x00; /* overscan (border) color */
6119 ChipsStd->Attribute[0x12] = 0x0F; /* enable all color planes */
6120 ChipsStd->Attribute[0x13] = 0x00; /* horiz pixel panning 0 */
6122 ChipsStd->Graphics[0x05] = 0x00; /* normal read/write mode */
6126 ChipsStd->CRTC[0x13] = (pScrn->displayWidth * bytesPerPixel) >> 3;
6128 ChipsStd->CRTC[0x13] = pScrn->displayWidth >> 4;
6133 ChipsNew->XR[0x1E] = ChipsStd->CRTC[0x13]; /* alternate offset */
6507 chipsRestore(pScrn, ChipsStd, ChipsNew, FALSE);