Searched refs:IS_BIT_SET (Results 1 – 2 of 2) sorted by relevance
157 #define IS_BIT_SET(bit, array) !!((array[LONG(bit)]) & (1UL << OFF(bit))) macro169 if (IS_BIT_SET(switch_no, bits)) in sys_input_get_switch_state()171 *state = IS_BIT_SET(switch_no, bits); in sys_input_get_switch_state()487 !IS_BIT_SET(switch_event, bits)) { in create_jack_for_gpio()
33 #define IS_BIT_SET(bit, array) !!((array[LONG(bit)]) & (1UL << OFF(bit))) macro