Lines Matching defs:pAST

495     ASTRecPtr pAST;
498 pAST = ASTPTR(pScrn);
504 if (pAST->jChipType == AST1180)
531 memset(pAST->FBVirtualAddr, 0x00, pAST->VideoModeInfo.ScreenPitch*pAST->VideoModeInfo.ScreenHeight);
538 if (!pAST->noAccel) {
539 if (!bASTEnable2D(pScrn, pAST)) {
541 pAST->noAccel = TRUE;
546 if (!pAST->noHWC) {
547 if (!bASTInitHWC(pScrn, pAST)) {
549 pAST->noHWC = TRUE;
560 ASTRecPtr pAST;
566 pAST = ASTPTR(pScrn);
685 if (pAST->jChipType == AST1180)
716 ASTRecPtr pAST;
721 pAST = ASTPTR(pScrn);
772 ASTRecPtr pAST;
776 pAST = ASTPTR(pScrn);
780 if ((pAST->jChipType == AST2500) && (pVGAModeInfo->pEnhTableEntry->Flags & AST2500PreCatchCRT))
843 if ((pAST->jChipType == AST2500) && (pVGAModeInfo->pEnhTableEntry->Flags & AST2500PreCatchCRT))
859 ASTRecPtr pAST;
862 pAST = ASTPTR(pScrn);
864 usOffset = pAST->VideoModeInfo.ScreenPitch >> 3; /* Unit: char */
875 ASTRecPtr pAST;
877 pAST = ASTPTR(pScrn);
880 if ((pAST->jChipType == AST2500) && (PCI_DEV_REVISION(pAST->PciInfo) > 0x40))
882 else if ((pAST->jChipType == AST2500) && (PCI_DEV_REVISION(pAST->PciInfo) == 0x40))
884 else if ((pAST->jChipType == AST2100) || (pAST->jChipType == AST1100) || (pAST->jChipType == AST2200) || (pAST->jChipType == AST2150) || (pAST->jChipType == AST2300) || (pAST->jChipType == AST2400))
891 if ((pAST->jChipType == AST2500) && (PCI_DEV_REVISION(pAST->PciInfo) == 0x40))
906 ASTRecPtr pAST;
909 pAST = ASTPTR(pScrn);
943 if ((pAST->jChipType == AST2300) || (pAST->jChipType == AST2400) || (pAST->jChipType == AST2500))
948 else if ((pAST->jChipType == AST2100) || (pAST->jChipType == AST1100) || (pAST->jChipType == AST2200) || (pAST->jChipType == AST2150) )
964 ASTRecPtr pAST;
967 pAST = ASTPTR(pScrn);
980 ASTRecPtr pAST;
984 pAST = ASTPTR(pScrn);
1037 ASTRecPtr pAST = ASTPTR(pScrn);
1089 ASTRecPtr pAST = ASTPTR(pScrn);
1092 ulOffset = pAST->VideoModeInfo.ScreenPitch;
1093 ulTermalCount = (pAST->VideoModeInfo.ScreenPitch + 7) >> 3;
1105 ASTRecPtr pAST = ASTPTR(pScrn);
1120 ASTRecPtr pAST = ASTPTR(pScrn);
1126 ULONG ulStartAddress = pAST->ulVRAMBase;
1170 static void SetChrontelReg(ASTRecPtr pAST, UCHAR jChannel, UCHAR jIndex, UCHAR jData )
1226 static UCHAR GetChrontelReg(ASTRecPtr pAST, UCHAR jChannel, UCHAR jIndex)
1289 ASTRecPtr pAST = ASTPTR(pScrn);
1293 jReg = GetChrontelReg(pAST, 1, 0x4A); /* get vendor id */
1296 jReg = GetChrontelReg(pAST, 1, 0x20); /* DVI/D-Sub */
1303 SetChrontelReg(pAST, 1, 0x33, 0x06);
1304 SetChrontelReg(pAST, 1, 0x34, 0x26);
1305 SetChrontelReg(pAST, 1, 0x36, 0xA0);
1309 SetChrontelReg(pAST, 1, 0x33, 0x08);
1310 SetChrontelReg(pAST, 1, 0x34, 0x16);
1311 SetChrontelReg(pAST, 1, 0x36, 0x60);
1314 SetChrontelReg(pAST, 1, 0x49, 0xc0);
1319 SetChrontelReg(pAST, 1, 0x21, 0x09);
1320 SetChrontelReg(pAST, 1, 0x49, 0x00);
1321 SetChrontelReg(pAST, 1, 0x56, 0x00);