Lines Matching defs:pATI
57 ATIPtr pATI,
68 if ((pATI->VGAAdapter) && (Active))
76 xf86ClaimFixedResources(resVgaShared, pATI->iEntity);
78 if (pATI->CPIO_VGAWonder)
81 Resources[0].rBase = pATI->CPIO_VGAWonder;
84 xf86ClaimFixedResources(Resources, pATI->iEntity);
86 (void)memcpy(pATI->VGAWonderResources,
95 if ((pATI->CPIODecoding == SPARSE_IO))
98 Resources[0].rBase = pATI->CPIOBase;
101 xf86ClaimFixedResources(Resources, pATI->iEntity);
117 ATIPtr pATI
120 if (pATI->iEntity >= 0)
121 ATIClaimResources(pATI, Active);
123 return pATI->iEntity;