Searched refs:bit_check (Results 1 – 3 of 3) sorted by relevance
165 #define bit_check(x,bit_pos) ((x & bit_pos) != 0) ? TRUE : FALSE macro176 reg_addr = reg_addr + (MS_U16)(bit_check(id_pos,BIT3)); \
168 #define bit_check(x,bit_pos) ((x & bit_pos) != 0) ? TRUE : FALSE macro179 reg_addr = reg_addr + (MS_U16)(bit_check(id_pos,BIT3)); \
56755 #define bit_check(x,bit_pos) ((x & bit_pos) != 0) ? TRUE : FALSE56766 reg_addr = reg_addr + (MS_U16)(bit_check(id_pos,BIT3)); \