Searched refs:IODBase (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi.h619 IOADDRESS IODBase; /* Base of PIO memory area */ member in struct:__anon348028e20508
H A Dxgi_driver.c2719 pXGI->IODBase = pScrn->domainIOBase;
2789 VGAHWPTR(pScrn)->PIOOffset = pXGI->IODBase - 0x380 +
3043 pXGI->RelIO = (XGIIOADDRESS)(((IOADDRESS)VGAHWPTR(pScrn)->Base & 0xFFFFFFFC) + pXGI->IODBase);
3046 pXGI->RelIO = (XGIIOADDRESS) (pXGI->IODBase |
4539 VGAHWPTR(pScrn)->PIOOffset = pXGI->IODBase - 0x380 +
4823 VGAHWPTR(pScrn)->PIOOffset = pXGI->IODBase - 0x380 +
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis.h1023 unsigned long IODBase; /* Base of PIO memory area */ member in struct:__anon2d7f85d00508
H A Dsis_driver.c3276 pSiS->IODBase = 0;
3278 pSiS->IODBase = pScrn->domainIOBase;
3332 pSiS->IOPAddress = pSiS->IODBase + pSiS->PciInfo->ioBase[2];
3576 pSiS->RelIO = (SISIOADDRESS)(PCI_REGION_BASE(pSiS->PciInfo, 2, REGION_IO) + pSiS->IODBase);

Completed in 63 milliseconds