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

/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/bus/
H A Dxf86Pci.h641 SET_BITS enumerator in enum:__anon3138
/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp261 #define SET_BITS(reg, bits, bitval) do { reg = (reg & ~reg##_##bits##_MASK) | (bitval << reg##_##bits##_SHIFT); } while (0) macro
2780 SET_BITS(EERD, DATA, tmp);
2834 SET_BITS(MDIC, DATA, Phy::readRegister(&pThis->phy, GET_BITS_V(value, MDIC, REG)));

Completed in 107 milliseconds