Searched refs:TIMEOUT_US (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/arm/mach-versatile/ |
| H A D | spc.c | 79 #define TIMEOUT_US 20000 macro 306 &info->done, usecs_to_jiffies(TIMEOUT_US)); in ve_spc_waitforcompletion() 332 if (down_timeout(&info->sem, usecs_to_jiffies(TIMEOUT_US))) in ve_spc_set_performance() 351 if (down_timeout(&info->sem, usecs_to_jiffies(TIMEOUT_US))) in ve_spc_read_sys_cfg()
|
| /linux/drivers/clk/imx/ |
| H A D | clk-composite-93.c | 17 #define TIMEOUT_US 500U macro 39 0, TIMEOUT_US); in imx93_clk_composite_wait_ready()
|
| /linux/drivers/watchdog/ |
| H A D | stm32_iwdg.c | 57 #define TIMEOUT_US 100000 macro 134 SLEEP_US, TIMEOUT_US); in stm32_iwdg_start()
|
| /linux/drivers/phy/xilinx/ |
| H A D | phy-zynqmp.c | 161 #define TIMEOUT_US 1000 macro 350 unsigned int timeout = TIMEOUT_US; in xpsgtr_wait_pll_lock() 597 u32 timeout = TIMEOUT_US; in xpsgtr_phy_tx_term_fix()
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-priv.h | 44 #define TIMEOUT_US 100 macro
|
| H A D | coresight-core.c | 1219 for (i = TIMEOUT_US; i > 0; i--) { in coresight_timeout_action()
|
| /linux/drivers/fpga/ |
| H A D | altera-cvp.c | 22 #define TIMEOUT_US 2000 /* CVP STATUS timeout for USERMODE polling */ macro 525 .user_time_us = TIMEOUT_US,
|
| /linux/sound/soc/rockchip/ |
| H A D | rockchip_sai.c | 31 #define TIMEOUT_US 1000 macro 146 (val & idle), 10, TIMEOUT_US); in rockchip_sai_poll_clk_idle() 175 (val & idle), 10, TIMEOUT_US); in rockchip_sai_poll_stream_idle() 352 !(val & clr), 10, TIMEOUT_US); in rockchip_sai_clear()
|
| /linux/drivers/thermal/qcom/ |
| H A D | tsens.h | 19 #define TIMEOUT_US 100 macro
|
| H A D | tsens.c | 789 timeout = jiffies + usecs_to_jiffies(TIMEOUT_US); in get_temp_common()
|