Searched defs:SET_BIT (Results 1 – 9 of 9) sorted by relevance
107 #define SET_BIT(field) \ macro
235 #define SET_BIT 0 macro
115 #define SET_BIT(name) __set_bit(ETHTOOL_LINK_MODE_ ## name ## _BIT, \ in mcdi_to_ethtool_linkset() macro
114 #define SET_BIT(name) __set_bit(ETHTOOL_LINK_MODE_ ## name ## _BIT, \ in mcdi_to_ethtool_linkset() 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