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

/vbox/include/VBox/
H A Dpci.h638 * @param u16Command The command register value.
640 DECLINLINE(void) PCIDevSetCommand(PPCIDEVICE pPciDev, uint16_t u16Command) argument
642 PCIDevSetWord(pPciDev, VBOX_PCI_COMMAND, u16Command);

Completed in 39 milliseconds