Lines Matching refs:pEnt
355 EntityInfoPtr pEnt;
389 pEnt = pApm->pEnt = xf86GetEntityInfo(pScrn->entityList[0]);
390 if (pEnt->location.type == BUS_PCI) {
391 pApm->PciInfo = xf86GetPciInfoForEntity(pEnt->index);
405 ApmProbeDDC(pScrn, pEnt->index);
610 if (pEnt->device->chipset && *pEnt->device->chipset) {
611 pScrn->chipset = pEnt->device->chipset;
614 } else if (pEnt->device->chipID >= 0) {
615 pApm->Chipset = pEnt->device->chipID;
626 pApm->Chipset = pEnt->chipset;
635 if (pEnt->device->chipRev >= 0) {
636 pApm->ChipRev = pEnt->device->chipRev;
660 if (pEnt->device->MemBase != 0) {
661 pApm->LinAddress = pEnt->device->MemBase;
693 ptr = xf86InitInt10(pEnt->index);
699 xf86RegisterResources(pEnt->index, NULL, ResNone);
700 xf86SetOperatingState(resVga, pEnt->index, ResDisableOpr);
707 if (pEnt->device->videoRam != 0) {
708 pScrn->videoRam = pEnt->device->videoRam;
824 if (pEnt->device->dacSpeeds[0]) {
830 speed = pEnt->device->dacSpeeds[DAC_BPP8];
833 speed = pEnt->device->dacSpeeds[DAC_BPP16];
836 speed = pEnt->device->dacSpeeds[DAC_BPP24];
839 speed = pEnt->device->dacSpeeds[DAC_BPP32];
843 pApm->MaxClock = pEnt->device->dacSpeeds[0];