Lines Matching refs:PIOBase
512 unsigned long vgaIOBase = pTrident->PIOBase + VGAHWPTR(pScrn)->IOBase;
525 outb(pTrident->PIOBase + 0x3C4, 0x0B);
526 inb(pTrident->PIOBase + 0x3C5);
530 outb(pTrident->PIOBase + 0x3C4, Protection);
531 protect = inb(pTrident->PIOBase + 0x3C5);
532 outb(pTrident->PIOBase + 0x3C5, 0x92);
534 outb(pTrident->PIOBase + 0x3C4, NewMode1);
535 temp = inb(pTrident->PIOBase + 0x3C5);
536 outb(pTrident->PIOBase + 0x3C5, 0x80);
587 outb(pTrident->PIOBase + 0x3C4, Protection);
588 outb(pTrident->PIOBase + 0x3C5, protect);
590 outb(pTrident->PIOBase + 0x3C4, NewMode1);
591 outb(pTrident->PIOBase + 0x3C5, temp);
1974 pTrident->PIOBase = hwp->PIOOffset;
1976 pTrident->PIOBase = 0;