Searched defs:SET_BIT (Results 1 – 13 of 13) sorted by relevance
15 #define SET_BIT(val, bit) ((val) | (1 << (bit))) macro
37 #define SET_BIT(m,b) (m[ (b) / 8 ] |= (1U << ((b) % 8))) macro
107 #define SET_BIT(field) \ macro
33 #define SET_BIT(v,b) ( (v) |= (0x01<<b) ) macro
16 #define SET_BIT(data, bit) ((data) | (0x1 << (bit))) macro
235 #define SET_BIT 0 macro
116 #define SET_BIT(name) __set_bit(ETHTOOL_LINK_MODE_ ## name ## _BIT, \ in mcdi_to_ethtool_linkset() macro
439 #define SET_BIT(data, flag) ((data) |= (flag)) macro
120 #define SET_BIT(data, idx) ((data) |= 1 << (idx)) macro
31 #define SET_BIT(n) (1<<(n)) macro
154 #define SET_BIT(wrd, bit) (wrd | 1 << bit) macro
120 #define SET_BIT 0x1 macro
325 #define SET_BIT(data, idx) ((data) |= 1 << (idx)) macro