Home
last modified time | relevance | path

Searched refs:IS_SINGLE_BIT_SET (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/platform/vexpress/
H A Dmali_kbase_cpu_vexpress.c53 #define IS_SINGLE_BIT_SET(val, pos) (val&(1<<pos)) macro
157 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()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/platform/vexpress_6xvirtex7_10mhz/
H A Dmali_kbase_cpu_vexpress.c49 #define IS_SINGLE_BIT_SET(val, pos) (val&(1<<pos)) macro