Searched defs:CLEAR_BIT (Results 1 – 3 of 3) sorted by relevance
118 #define CLEAR_BIT(x, bitpos) ((x) & (~(1 << (bitpos)))) macro
16 #define CLEAR_BIT(data, bit) ((data) & (~(0x1 << (bit)))) macro
40 #define CLEAR_BIT 1 macro