Searched refs:TIMEOUT_US (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/arch/arm/mach-vexpress/ |
D | spc.c | 87 #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/ |
D | dw_mipi_dsi-stm.c | 70 #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/ |
D | gdsc.c | 49 #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/ |
D | stm32_iwdg.c | 55 #define TIMEOUT_US 100000 macro 103 SLEEP_US, TIMEOUT_US); in stm32_iwdg_start()
|
/Linux-v4.19/drivers/thermal/qcom/ |
D | tsens-8960.c | 66 #define TIMEOUT_US 100 macro 262 timeout = jiffies + usecs_to_jiffies(TIMEOUT_US); in get_temp_8960()
|
/Linux-v4.19/drivers/fpga/ |
D | altera-cvp.c | 30 #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/ |
D | coresight-priv.h | 28 #define TIMEOUT_US 100 macro
|
D | coresight-etm3x.c | 130 for (i = TIMEOUT_US; i > 0; i--) { in coresight_timeout_etm()
|
D | coresight.c | 962 for (i = TIMEOUT_US; i > 0; i--) { in coresight_timeout()
|