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

/vbox/src/VBox/Devices/Bus/
H A DDevPCI.cpp1346 uint32_t bmDevice[0x40 / 32]; local
1348 RT_ZERO(bmDevice);
1357 if (f & 1) AssertMsg(!ASMBitTest(bmDevice, off), ("%#x\n", off));
1359 if (f & 1) ASMBitSet(bmDevice, off);
1366 AssertMsg(ASMBitTest(bmDevice, off), ("%#x\n", off));

Completed in 66 milliseconds