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

/vbox/src/VBox/Devices/Bus/
H A DDevPciIch9.cpp798 static uint16_t ich9pciGetWord(PCIDevice* aDev, int32_t iRegister) function
856 int iCmd = ich9pciGetWord(pDev, VBOX_PCI_COMMAND);
2364 ich9pciGetWord(pPciDev, VBOX_PCI_VENDOR_ID), ich9pciGetWord(pPciDev, VBOX_PCI_DEVICE_ID)
2383 uint16_t iCmd = ich9pciGetWord(pPciDev, VBOX_PCI_COMMAND);
2422 uint16_t iStatus = ich9pciGetWord(pPciDev, VBOX_PCI_STATUS);

Completed in 49 milliseconds