Searched refs:TIMEOUT_US (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/accel/ivpu/ |
| H A D | ivpu_hw_btrs.c | 41 #define TIMEOUT_US (150 * USEC_PER_MSEC) macro 381 ret = REGB_POLL_FLD(VPU_HW_BTRS_MTL_VPU_D0I3_CONTROL, INPROGRESS, 0, TIMEOUT_US); in d0i3_drive_mtl() 394 ret = REGB_POLL_FLD(VPU_HW_BTRS_MTL_VPU_D0I3_CONTROL, INPROGRESS, 0, TIMEOUT_US); in d0i3_drive_mtl() 406 ret = REGB_POLL_FLD(VPU_HW_BTRS_LNL_D0I3_CONTROL, INPROGRESS, 0, TIMEOUT_US); in d0i3_drive_lnl() 419 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/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/gpu/drm/stm/ |
| H A D | dw_mipi_dsi-stm.c | 77 #define TIMEOUT_US 200000 macro 230 SLEEP_US, TIMEOUT_US); in dw_mipi_dsi_clk_enable() 237 SLEEP_US, TIMEOUT_US); in dw_mipi_dsi_clk_enable()
|
| /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() 616 u32 timeout = TIMEOUT_US; in xpsgtr_phy_tx_term_fix()
|
| /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/drivers/clk/qcom/ |
| H A D | gdsc.c | 51 #define TIMEOUT_US 500 macro 166 udelay(TIMEOUT_US); in gdsc_toggle_logic()
|
| /linux/sound/soc/rockchip/ |
| H A D | rockchip_sai.c | 32 #define TIMEOUT_US 1000 macro 147 (val & idle), 10, TIMEOUT_US); in rockchip_sai_poll_clk_idle() 176 (val & idle), 10, TIMEOUT_US); in rockchip_sai_poll_stream_idle() 353 !(val & clr), 10, TIMEOUT_US); in rockchip_sai_clear()
|