Searched refs:BIT_CLEAR_BT_SPRAM (Results 1 – 4 of 4) sorted by relevance
15924 #define BIT_CLEAR_BT_SPRAM(x) ((x) & (~BITS_BT_SPRAM)) macro15926 #define BIT_SET_BT_SPRAM(x, v) (BIT_CLEAR_BT_SPRAM(x) | BIT_BT_SPRAM(v))
15925 #define BIT_CLEAR_BT_SPRAM(x) ((x) & (~BITS_BT_SPRAM)) macro15927 #define BIT_SET_BT_SPRAM(x, v) (BIT_CLEAR_BT_SPRAM(x) | BIT_BT_SPRAM(v))