Searched refs:pci_config_readw (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Bus/
H A DDevPCI.cpp851 static uint32_t pci_config_readw(PPCIGLOBALS pGlobals, uint8_t uBus, uint8_t uDevFn, uint32_t addr) function
888 cmd = pci_config_readw(pGlobals, uBus, uDevFn, PCI_COMMAND);
909 devclass = pci_config_readw(pGlobals, uBus, uDevFn, PCI_CLASS_DEVICE);
910 vendor_id = pci_config_readw(pGlobals, uBus, uDevFn, PCI_VENDOR_ID);
911 device_id = pci_config_readw(pGlobals, uBus, uDevFn, PCI_DEVICE_ID);
952 vendor_id = pci_config_readw(pGlobals, uBus, uDevFn, PCI_VENDOR_ID);
953 device_id = pci_config_readw(pGlobals, uBus, uDevFn, PCI_DEVICE_ID);

Completed in 48 milliseconds