Home
last modified time | relevance | path

Searched refs:TIMEOUT_US (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/arm/mach-vexpress/
Dspc.c85 #define TIMEOUT_US 20000 macro
312 &info->done, usecs_to_jiffies(TIMEOUT_US)); in ve_spc_waitforcompletion()
340 if (down_timeout(&info->sem, usecs_to_jiffies(TIMEOUT_US))) in ve_spc_set_performance()
359 if (down_timeout(&info->sem, usecs_to_jiffies(TIMEOUT_US))) in ve_spc_read_sys_cfg()
/linux-4.1.27/drivers/hwtracing/coresight/
Dcoresight-priv.h34 #define TIMEOUT_US 100 macro
Dcoresight.c589 for (i = TIMEOUT_US; i > 0; i--) { in coresight_timeout()
Dcoresight-etm3x.c154 for (i = TIMEOUT_US; i > 0; i--) { in coresight_timeout_etm()