Searched refs:IS_SINGLE_BIT_SET (Results 1 – 2 of 2) sorted by relevance
53 #define IS_SINGLE_BIT_SET(val, pos) (val&(1<<pos)) macro157 if (IS_SINGLE_BIT_SET(reg_val, 0)) { in kbase_get_vexpress_cpu_clock_speed()168 } else if (IS_SINGLE_BIT_SET(reg_val, 1)) { in kbase_get_vexpress_cpu_clock_speed()179 } else if (IS_SINGLE_BIT_SET(reg_val, 2)) { in kbase_get_vexpress_cpu_clock_speed()
49 #define IS_SINGLE_BIT_SET(val, pos) (val&(1<<pos)) macro