Searched defs:pci_bios_mem_addr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Bus/
H A DDevPCI.cpp138 uint32_t pci_bios_mem_addr; member in struct:PCIGLOBALS
996 if ((pGlobals->pci_bios_mem_addr % (1024 * 1024)) != 0)
997 pGlobals->pci_bios_mem_addr = RT_ALIGN_32(pGlobals->pci_bios_mem_addr, 1024*1024);
998 Log(("%s: Aligned MMIO start address. New address %#x\n", __FUNCTION__, pGlobals->pci_bios_mem_addr));
999 pci_config_writew(pGlobals, uBus, uDevFn, VBOX_PCI_MEMORY_BASE, (pGlobals->pci_bios_mem_addr >> 16) & UINT32_C(0xffff0));
1003 uint32_t u32MMIOAddressBase = pGlobals->pci_bios_mem_addr;
1026 if ((u32MMIOAddressBase != pGlobals->pci_bios_mem_addr) && ((pGlobals->pci_bios_mem_addr % (1024 * 1024)) != 0))
1029 pGlobals->pci_bios_mem_addr
[all...]

Completed in 109 milliseconds