Searched refs:BIT_CLEAR_WRITE_NC (Results 1 – 4 of 4) sorted by relevance
52705 #define BIT_CLEAR_WRITE_NC(x) ((x) & (~BITS_WRITE_NC)) macro52707 #define BIT_SET_WRITE_NC(x, v) (BIT_CLEAR_WRITE_NC(x) | BIT_WRITE_NC(v))
52706 #define BIT_CLEAR_WRITE_NC(x) ((x) & (~BITS_WRITE_NC)) macro52708 #define BIT_SET_WRITE_NC(x, v) (BIT_CLEAR_WRITE_NC(x) | BIT_WRITE_NC(v))