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

/vbox/src/VBox/Devices/Bus/
H A DDevPCI.cpp874 static void pci_set_io_region_addr(PPCIGLOBALS pGlobals, uint8_t uBus, uint8_t uDevFn, int region_num, uint32_t addr) argument
879 if ( region_num == PCI_ROM_SLOT )
882 ofs = 0x10 + region_num * 4;
889 if ( region_num == PCI_ROM_SLOT )

Completed in 55 milliseconds