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

/vbox/include/VBox/
H A Dpci.h651 DECLINLINE(uint16_t) PCIDevGetCommand(PPCIDEVICE pPciDev) function
663 return (PCIDevGetCommand(pPciDev) & VBOX_PCI_COMMAND_MASTER) != 0;
673 return (PCIDevGetCommand(pPciDev) & VBOX_PCI_COMMAND_INTX_DISABLE) != 0;

Completed in 511 milliseconds