Lines Matching refs:pEnt
414 pI740->pEnt = xf86GetEntityInfo(pScrn->entityList[0]);
415 if (pI740->pEnt->location.type != BUS_PCI) return FALSE;
417 /*I740ProbeDDC(pScrn, pI740->pEnt->index);*/
419 I740ProbeDDC(pScrn, pI740->pEnt->index);
430 pI740->PciInfo = xf86GetPciInfoForEntity(pI740->pEnt->index);
435 if (xf86RegisterResources(pI740->pEnt->index, 0, ResNone))
512 if (pI740->pEnt->device->chipset && *pI740->pEnt->device->chipset) {
513 pScrn->chipset = pI740->pEnt->device->chipset;
515 } else if (pI740->pEnt->device->chipID >= 0) {
516 pScrn->chipset = (char *)xf86TokenToString(I740Chipsets, pI740->pEnt->device->chipID);
519 pI740->pEnt->device->chipID);
524 if (pI740->pEnt->device->chipRev >= 0) {
526 pI740->pEnt->device->chipRev);
531 if (pI740->pEnt->device->MemBase != 0) {
532 pI740->LinearAddr = pI740->pEnt->device->MemBase;
548 if (pI740->pEnt->device->IOBase != 0) {
549 pI740->MMIOAddr = pI740->pEnt->device->IOBase;
566 if (pI740->pEnt->device->videoRam) {
567 pScrn->videoRam = pI740->pEnt->device->videoRam;
622 if (pI740->pEnt->device->dacSpeeds[0]) {
625 pI740->MaxClock = pI740->pEnt->device->dacSpeeds[DAC_BPP8];
628 pI740->MaxClock = pI740->pEnt->device->dacSpeeds[DAC_BPP16];
631 pI740->MaxClock = pI740->pEnt->device->dacSpeeds[DAC_BPP24];
634 pI740->MaxClock = pI740->pEnt->device->dacSpeeds[DAC_BPP32];
638 pI740->MaxClock = pI740->pEnt->device->dacSpeeds[0];
754 xf86SetOperatingState(vgaio, pI740->pEnt->index, ResUnusedOpr);
755 xf86SetOperatingState(vgamem, pI740->pEnt->index, ResDisableOpr);