Lines Matching refs:xport
205 wrinx(pApm->xport, 0x10, 0x12);
215 wrinx(pApm->xport, 0x10, pApm->savedSR10 ? 0 : 0x12);
429 pApm->xport = PIOOFFSET + 0x3C4;
767 pApm->savedSR10 = rdinx(pApm->xport, 0x10);
768 wrinx(pApm->xport, 0x10, 0x12);
769 pScrn->videoRam = rdinx(pApm->xport, 0x20) * 64;
770 pApm->xbase = rdinx(pApm->xport, 0x1F) << 8;
771 pApm->xbase |= rdinx(pApm->xport, 0x1E);
773 wrinx(pApm->xport, 0x10, pApm->savedSR10 ? 0 : 0x12);
1225 ApmReg->SEQ[0x1B] = rdinx(pApm->xport, 0x1B);
1226 ApmReg->SEQ[0x1C] = rdinx(pApm->xport, 0x1C);
1601 wrinx(pApm->xport, 0x1B, ApmReg->SEQ[0x1B]);
1602 wrinx(pApm->xport, 0x1C, ApmReg->SEQ[0x1C]);