Lines Matching refs:pEnt
467 pTga->pEnt = xf86GetEntityInfo(pScrn->entityList[i]);
469 if (pTga->pEnt->resources) return FALSE;
471 pTga->Chipset = pTga->pEnt->chipset;
473 pTga->pEnt->chipset);
476 if (pTga->pEnt->location.type == BUS_PCI) {
477 pciPtr = xf86GetPciInfoForEntity(pTga->pEnt->index);
639 if (pTga->pEnt->device->MemBase != 0) {
640 pTga->CardAddress = pTga->pEnt->device->MemBase;
657 if(pTga->pEnt->device->videoRam) {
658 switch(pTga->pEnt->device->videoRam) {
671 pTga->pEnt->device->videoRam);
767 if (xf86RegisterResources(pTga->pEnt->index, NULL, ResExclusive)) {
778 if (pTga->pEnt->device->videoRam != 0) {
779 pScrn->videoRam = pTga->pEnt->device->videoRam;
876 if (pTga->pEnt->device->dacSpeeds[0]) {
881 speed = pTga->pEnt->device->dacSpeeds[DAC_BPP8];
884 speed = pTga->pEnt->device->dacSpeeds[DAC_BPP32];
888 pTga->MaxClock = pTga->pEnt->device->dacSpeeds[0];