Searched refs:BIT_CLEAR_REG_DELAY (Results 1 – 4 of 4) sorted by relevance
2630 #define BIT_CLEAR_REG_DELAY(x) ((x) & (~BITS_REG_DELAY)) macro2632 #define BIT_SET_REG_DELAY(x, v) (BIT_CLEAR_REG_DELAY(x) | BIT_REG_DELAY(v))
2631 #define BIT_CLEAR_REG_DELAY(x) ((x) & (~BITS_REG_DELAY)) macro2633 #define BIT_SET_REG_DELAY(x, v) (BIT_CLEAR_REG_DELAY(x) | BIT_REG_DELAY(v))