Home
last modified time | relevance | path

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

/linux/arch/arm/mach-versatile/
H A Dspc.c79 #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 Dclk-composite-93.c17 #define TIMEOUT_US 500U macro
39 0, TIMEOUT_US); in imx93_clk_composite_wait_ready()
/linux/drivers/watchdog/
H A Dstm32_iwdg.c57 #define TIMEOUT_US 100000 macro
134 SLEEP_US, TIMEOUT_US); in stm32_iwdg_start()
/linux/drivers/phy/xilinx/
H A Dphy-zynqmp.c161 #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 Dcoresight-priv.h44 #define TIMEOUT_US 100 macro
H A Dcoresight-core.c1219 for (i = TIMEOUT_US; i > 0; i--) { in coresight_timeout_action()
/linux/drivers/fpga/
H A Daltera-cvp.c22 #define TIMEOUT_US 2000 /* CVP STATUS timeout for USERMODE polling */ macro
525 .user_time_us = TIMEOUT_US,
/linux/sound/soc/rockchip/
H A Drockchip_sai.c31 #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 Dtsens.h19 #define TIMEOUT_US 100 macro
H A Dtsens.c789 timeout = jiffies + usecs_to_jiffies(TIMEOUT_US); in get_temp_common()