Searched refs:BIT_CLEAR_WRITE_NR (Results 1 – 4 of 4) sorted by relevance
52674 #define BIT_CLEAR_WRITE_NR(x) ((x) & (~BITS_WRITE_NR)) macro52676 #define BIT_SET_WRITE_NR(x, v) (BIT_CLEAR_WRITE_NR(x) | BIT_WRITE_NR(v))
52675 #define BIT_CLEAR_WRITE_NR(x) ((x) & (~BITS_WRITE_NR)) macro52677 #define BIT_SET_WRITE_NR(x, v) (BIT_CLEAR_WRITE_NR(x) | BIT_WRITE_NR(v))