Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/accel/ivpu/
Divpu_hw_btrs.c44 #define TIMEOUT_US (150 * USEC_PER_MSEC) macro
378 ret = REGB_POLL_FLD(VPU_HW_BTRS_MTL_VPU_D0I3_CONTROL, INPROGRESS, 0, TIMEOUT_US); in d0i3_drive_mtl()
391 ret = REGB_POLL_FLD(VPU_HW_BTRS_MTL_VPU_D0I3_CONTROL, INPROGRESS, 0, TIMEOUT_US); in d0i3_drive_mtl()
403 ret = REGB_POLL_FLD(VPU_HW_BTRS_LNL_D0I3_CONTROL, INPROGRESS, 0, TIMEOUT_US); in d0i3_drive_lnl()
416 ret = REGB_POLL_FLD(VPU_HW_BTRS_LNL_D0I3_CONTROL, INPROGRESS, 0, TIMEOUT_US); in d0i3_drive_lnl()
471 return REGB_POLL_FLD(VPU_HW_BTRS_LNL_VPU_STATUS, CLOCK_RESOURCE_OWN_ACK, 1, TIMEOUT_US); in ivpu_hw_btrs_wait_for_clock_res_own_ack()
485 ret = REGB_POLL_FLD(VPU_HW_BTRS_MTL_VPU_IP_RESET, TRIGGER, 0, TIMEOUT_US); in ip_reset_mtl()
495 ret = REGB_POLL_FLD(VPU_HW_BTRS_MTL_VPU_IP_RESET, TRIGGER, 0, TIMEOUT_US); in ip_reset_mtl()
509 ret = REGB_POLL_FLD(VPU_HW_BTRS_LNL_IP_RESET, TRIGGER, 0, TIMEOUT_US); in ip_reset_lnl()
519 ret = REGB_POLL_FLD(VPU_HW_BTRS_LNL_IP_RESET, TRIGGER, 0, TIMEOUT_US); in ip_reset_lnl()
/linux-6.12.1/drivers/crypto/hisilicon/trng/
Dtrng.c24 #define TIMEOUT_US 10000 macro
105 val, val & BIT(0), SLEEP_US, TIMEOUT_US); in hisi_trng_seed()
131 val, val & BIT(1), SLEEP_US, TIMEOUT_US); in hisi_trng_generate()
194 val, SLEEP_US, TIMEOUT_US); in hisi_trng_read()
/linux-6.12.1/arch/arm/mach-versatile/
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-6.12.1/drivers/clk/imx/
Dclk-composite-93.c17 #define TIMEOUT_US 500U macro
39 0, TIMEOUT_US); in imx93_clk_composite_wait_ready()
/linux-6.12.1/drivers/watchdog/
Dstm32_iwdg.c51 #define TIMEOUT_US 100000 macro
117 SLEEP_US, TIMEOUT_US); in stm32_iwdg_start()
/linux-6.12.1/drivers/gpu/drm/stm/
Ddw_mipi_dsi-stm.c78 #define TIMEOUT_US 200000 macro
231 SLEEP_US, TIMEOUT_US); in dw_mipi_dsi_clk_enable()
238 SLEEP_US, TIMEOUT_US); in dw_mipi_dsi_clk_enable()
Dlvds.c112 #define TIMEOUT_US 200000 macro
376 SLEEP_US, TIMEOUT_US); in lvds_pll_enable()
/linux-6.12.1/drivers/phy/xilinx/
Dphy-zynqmp.c161 #define TIMEOUT_US 1000 macro
352 unsigned int timeout = TIMEOUT_US; in xpsgtr_wait_pll_lock()
570 u32 timeout = TIMEOUT_US; in xpsgtr_phy_tx_term_fix()
/linux-6.12.1/drivers/clk/qcom/
Dgdsc.c50 #define TIMEOUT_US 500 macro
159 udelay(TIMEOUT_US); in gdsc_toggle_logic()
/linux-6.12.1/drivers/hwtracing/coresight/
Dcoresight-priv.h40 #define TIMEOUT_US 100 macro
Dcoresight-etm3x-core.c129 for (i = TIMEOUT_US; i > 0; i--) { in coresight_timeout_etm()
Dcoresight-core.c1036 for (i = TIMEOUT_US; i > 0; i--) { in coresight_timeout()
/linux-6.12.1/drivers/fpga/
Daltera-cvp.c22 #define TIMEOUT_US 2000 /* CVP STATUS timeout for USERMODE polling */ macro
528 .user_time_us = TIMEOUT_US,
/linux-6.12.1/drivers/thermal/qcom/
Dtsens.h19 #define TIMEOUT_US 100 macro
Dtsens.c789 timeout = jiffies + usecs_to_jiffies(TIMEOUT_US); in get_temp_common()