Searched defs:SET_BIT (Results 1 – 8 of 8) sorted by relevance
119 #define SET_BIT(field) \ macro
248 #define SET_BIT 0 macro
176 #define SET_BIT(name) __set_bit(ETHTOOL_LINK_MODE_ ## name ## _BIT, \ in mcdi_to_ethtool_linkset() macro
119 #define SET_BIT(data, idx) ((data) |= 1 << (idx)) macro
31 #define SET_BIT(n) (1<<(n)) macro
197 #define SET_BIT(wrd, bit) (wrd | 1 << bit) macro
120 #define SET_BIT 0x1 macro
337 #define SET_BIT(data, idx) ((data) |= 1 << (idx)) macro