Searched refs:dummyPciSetWord (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/Bus/ |
H A D | SrvPciRawR0.cpp | 291 static void dummyPciSetWord(PDUMMYRAWPCIINS pThis, uint32_t iRegister, uint16_t u16) function 314 dummyPciSetWord(pThis, VBOX_PCI_VENDOR_ID, 0xccdd); 315 dummyPciSetWord(pThis, VBOX_PCI_DEVICE_ID, 0xeeff); 316 dummyPciSetWord(pThis, VBOX_PCI_COMMAND, PCI_COMMAND_IOACCESS | PCI_COMMAND_MEMACCESS | PCI_COMMAND_BUSMASTER); 444 dummyPciSetWord(pThis, Register, pValue->u.u16);
|
Completed in 49 milliseconds