Searched refs:MMIOSize (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| H A D | savage_hwmc.c | 72 unsigned int MMIOSize; member in struct:__anond53f54c90108 279 contextRec->MMIOSize = pSAVAGEDRIServer->registers.size;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_driver.c | 427 pI830->MMIOSize, 510 pci_device_unmap_range (pI830->PciInfo, pI830->MMIOBase, pI830->MMIOSize); 1178 pI830->MMIOSize = I810_REG_SIZE; 1187 pI830->MMIOSize = pI830->PciInfo->regions[mmio_bar].size; 1191 (unsigned long)pI830->MMIOAddr, pI830->MMIOSize);
|
| H A D | i830.h | 418 unsigned int MMIOSize; member in struct:_I830Rec
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_driver.c | 429 info->MMIOSize); 437 info->MMIOSize, 470 xf86UnMapVidMem(pScrn->scrnIndex, info->MMIO, info->MMIOSize); 472 pci_device_unmap_range(info->PciInfo, info->MMIO, info->MMIOSize); 3038 info->MMIOSize = PCI_REGION_SIZE(info->PciInfo, 2); 3053 "MMIO registers at 0x%016llx: size %ldKB\n", info->MMIOAddr, info->MMIOSize / 1024);
|
| H A D | radeon.h | 833 unsigned long MMIOSize; /* MMIO region physical address */ member in struct:__anonb194aea90e08
|
| H A D | radeon_atombios.c | 2797 if (mm_reg < info->MMIOSize) 2818 if (mm_reg < info->MMIOSize)
|
| H A D | radeon_dri.c | 1162 info->dri->registerSize = info->MMIOSize;
|
Completed in 22 milliseconds