Lines Matching defs:pPci
155 struct pci_device *pPci;
159 pciVideoPtr pPci;
186 pPci = xf86GetPciInfoForEntity(pEnt->index);
189 pNv->pPci = pPci;
191 primary = xf86IsPrimaryPci(pPci);
195 if(pPci->rom_size == 0)
197 pPci->rom_size = 64 * 1024;
199 if(pPci->biosSize == 0)
201 pPci->biosSize = 16;
304 pScrn->memPhysBase = MEMBASE(pPci, 1);
308 err = pci_device_map_range(pPci, pPci->regions[0].base_addr, G80_REG_SIZE,
317 pcitag = pciTag(pPci->bus, pPci->device, pPci->func);
320 pcitag, pPci->memBase[0], G80_REG_SIZE);
340 BAR1sizeKB = pPci->regions[1].size / 1024;
342 BAR1sizeKB = 1UL << (pPci->size[1] - 10);
370 err = pci_device_map_range(pPci, pPci->regions[1].base_addr,
384 pcitag, pPci->memBase[1], pScrn->videoRam * 1024);
525 pci_device_unmap_range(pNv->pPci, pNv->mem, pNv->videoRam * 1024);
526 pci_device_unmap_range(pNv->pPci, (void*)pNv->reg, G80_REG_SIZE);