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

/vbox/src/VBox/Devices/Bus/
H A DDevPCI.cpp861 static uint32_t pci_config_readb(PPCIGLOBALS pGlobals, uint8_t uBus, uint8_t uDevFn, uint32_t addr) function
885 uint8_t uRessourceType = pci_config_readb(pGlobals, uBus, uDevFn, ofs);
947 pci_config_readb(pGlobals, uBus, uDevFn, PCI_COMMAND)
1059 u8RessourceType = pci_config_readb(pGlobals, uBus, uDevFn, u32Address);
1097 pin = pci_config_readb(pGlobals, uBus, uDevFn, PCI_INTERRUPT_PIN);
1908 uint8_t irq_map = pci_config_readb(pGlobals, 0, router, 0x60 + i);

Completed in 52 milliseconds