Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-vexpress/
Dspc.c87 #define TIMEOUT_US 20000 macro
314 &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-v4.19/drivers/gpu/drm/stm/
Ddw_mipi_dsi-stm.c70 #define TIMEOUT_US 200000 macro
200 SLEEP_US, TIMEOUT_US); in dw_mipi_dsi_phy_init()
207 SLEEP_US, TIMEOUT_US); in dw_mipi_dsi_phy_init()
/Linux-v4.19/drivers/clk/qcom/
Dgdsc.c49 #define TIMEOUT_US 500 macro
110 } while (ktime_us_delta(ktime_get(), start) < TIMEOUT_US); in gdsc_poll_status()
134 udelay(TIMEOUT_US); in gdsc_toggle_logic()
/Linux-v4.19/drivers/watchdog/
Dstm32_iwdg.c55 #define TIMEOUT_US 100000 macro
103 SLEEP_US, TIMEOUT_US); in stm32_iwdg_start()
/Linux-v4.19/drivers/thermal/qcom/
Dtsens-8960.c66 #define TIMEOUT_US 100 macro
262 timeout = jiffies + usecs_to_jiffies(TIMEOUT_US); in get_temp_8960()
/Linux-v4.19/drivers/fpga/
Daltera-cvp.c30 #define TIMEOUT_US 2000 /* CVP STATUS timeout for USERMODE polling */ macro
350 ret = altera_cvp_wait_status(conf, mask, mask, TIMEOUT_US); in altera_cvp_write_complete()
/Linux-v4.19/drivers/hwtracing/coresight/
Dcoresight-priv.h28 #define TIMEOUT_US 100 macro
Dcoresight-etm3x.c130 for (i = TIMEOUT_US; i > 0; i--) { in coresight_timeout_etm()
Dcoresight.c962 for (i = TIMEOUT_US; i > 0; i--) { in coresight_timeout()