Lines Matching refs:pTga
46 TGAPtr pTga = TGAPTR(pScrn);
596 TGAPtr pTga = TGAPTR(pScrn);
689 Ibm561Init(TGAPtr pTga)
691 unsigned char *Ibm561 = pTga->Ibm561modeReg;
698 Ibm561[2] = (pTga->SyncOnGreen ? 0x80 : 0x00);
713 Bt463Init(TGAPtr pTga)
715 unsigned char *Bt463 = pTga->Bt463modeReg;
720 Bt463[2] = (pTga->SyncOnGreen ? 0x80 : 0x00);
737 TGAPtr pTga = TGAPTR(pScrn);
738 TGARegPtr pReg = &pTga->ModeReg;
740 if (pTga->RamDac != NULL) { /* this really means 8-bit and BT485 */
745 (!pTga->Dac6Bit ? 0x2 : 0x0) | (pTga->SyncOnGreen ? 0x8 : 0x0);
752 (*pTga->RamDac->SetBpp)(pScrn, ramdacReg);
755 switch (pTga->Chipset) {
757 Bt463Init(pTga);
760 Ibm561Init(pTga);
815 TGAPtr pTga = TGAPTR(pScrn);
828 TGAPtr pTga = TGAPTR(pScrn);
832 switch (pTga->Chipset) {