Searched refs:BIT_CLEAR_RX_STATE (Results 1 – 4 of 4) sorted by relevance
32227 #define BIT_CLEAR_RX_STATE(x) ((x) & (~BITS_RX_STATE)) macro32229 #define BIT_SET_RX_STATE(x, v) (BIT_CLEAR_RX_STATE(x) | BIT_RX_STATE(v))
32228 #define BIT_CLEAR_RX_STATE(x) ((x) & (~BITS_RX_STATE)) macro32230 #define BIT_SET_RX_STATE(x, v) (BIT_CLEAR_RX_STATE(x) | BIT_RX_STATE(v))