| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_gpu.h | 31 #define panthor_gpu_power_on(ptdev, type, mask, timeout_us) \ argument 43 #define panthor_gpu_power_off(ptdev, type, mask, timeout_us) \ argument
|
| H A D | panthor_device.h | 520 #define gpu_read_poll_timeout(dev, reg, val, cond, delay_us, timeout_us) \ argument 525 timeout_us) \ argument 529 #define gpu_read64_poll_timeout(dev, reg, val, cond, delay_us, timeout_us) \ argument 534 timeout_us) \ argument 539 timeout_us) \ argument 544 timeout_us) \ argument
|
| H A D | panthor_gpu.c | 174 u64 mask, u32 timeout_us) in panthor_gpu_block_power_off() 217 u32 rdy_reg, u64 mask, u32 timeout_us) in panthor_gpu_block_power_on()
|
| H A D | panthor_pwr.c | 182 u32 timeout_us) in panthor_pwr_domain_wait_transition() 215 u64 mask, u32 timeout_us) in panthor_pwr_domain_transition()
|
| /linux/sound/soc/intel/avs/ |
| H A D | registers.h | 171 #define snd_hdac_adsp_readb_poll(adev, reg, val, cond, delay_us, timeout_us) \ argument 174 #define snd_hdac_adsp_readw_poll(adev, reg, val, cond, delay_us, timeout_us) \ argument 177 #define snd_hdac_adsp_readl_poll(adev, reg, val, cond, delay_us, timeout_us) \ argument 180 #define snd_hdac_adsp_readq_poll(adev, reg, val, cond, delay_us, timeout_us) \ argument
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_context_param.h | 14 intel_context_set_watchdog_us(struct intel_context *ce, u64 timeout_us) in intel_context_set_watchdog_us()
|
| /linux/drivers/reset/ |
| H A D | reset-eyeq.c | 131 unsigned long timeout_us; member 184 unsigned long timeout_us = eqr_timings[domain_type].timeout_us; in eqr_busy_wait_locked() local
|
| /linux/drivers/spi/ |
| H A D | spi-rockchip-sfc.c | 268 static int rockchip_sfc_wait_txfifo_ready(struct rockchip_sfc *sfc, u32 timeout_us) in rockchip_sfc_wait_txfifo_ready() 285 static int rockchip_sfc_wait_rxfifo_ready(struct rockchip_sfc *sfc, u32 timeout_us) in rockchip_sfc_wait_rxfifo_ready() 496 static int rockchip_sfc_xfer_done(struct rockchip_sfc *sfc, u32 timeout_us) in rockchip_sfc_xfer_done()
|
| /linux/drivers/phy/samsung/ |
| H A D | phy-gs101-ufs.c | 151 const unsigned int timeout_us = 40000; in gs101_phy_wait_for_calibration() local
|
| H A D | phy-samsung-ufs.c | 51 const unsigned int timeout_us = 100000; in samsung_ufs_phy_wait_for_lock_acq() local
|
| /linux/sound/soc/intel/catpt/ |
| H A D | registers.h | 162 #define catpt_readl_poll_shim(cdev, reg, val, cond, delay_us, timeout_us) \ argument 174 #define catpt_readl_poll_pci(cdev, reg, val, cond, delay_us, timeout_us) \ argument
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | technologic-nand-controller.c | 72 unsigned int timeout_us; in ts72xx_nand_exec_instr() local
|
| /linux/drivers/cpuidle/ |
| H A D | cpuidle-tegra.c | 70 unsigned int timeout_us = 500 * 1000 / delay_us; in tegra_cpuidle_wait_for_secondary_cpus_parking() local
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_osdep.h | 27 #define rd32_poll_timeout(a, addr, val, cond, delay_us, timeout_us) \ argument
|
| /linux/drivers/gpu/drm/msm/dsi/phy/ |
| H A D | dsi_phy_7nm.c | 383 u32 const timeout_us = 5000; in dsi_pll_7nm_lock_status() local 962 u32 const timeout_us = 1000; in dsi_7nm_phy_enable() local
|
| /linux/drivers/gpu/drm/lima/ |
| H A D | lima_device.h | 125 int sleep_us, int timeout_us) in lima_poll_timeout()
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_helpers.c | 644 uint32_t timeout_us in dm_helpers_execute_fused_io() 1124 …u_timeout(struct dc_context *ctx, unsigned int msg_id, unsigned int param, unsigned int timeout_us) in dm_helpers_smu_timeout()
|
| /linux/drivers/mmc/host/ |
| H A D | sdricoh_cs.c | 152 unsigned int status, timeout_us; in sdricoh_mmc_cmd() local
|
| /linux/drivers/phy/marvell/ |
| H A D | phy-mvebu-a3700-comphy.c | 417 ulong sleep_us, ulong timeout_us) in comphy_lane_reg_poll() 456 ulong sleep_us, ulong timeout_us) in comphy_periph_reg_poll()
|
| /linux/drivers/fpga/ |
| H A D | zynq-fpga.c | 149 #define zynq_fpga_poll_timeout(priv, addr, val, cond, sleep_us, timeout_us) \ argument
|
| H A D | altera-cvp.c | 157 u32 status_val, int timeout_us) in altera_cvp_wait_status()
|
| /linux/include/sound/ |
| H A D | hdaudio.h | 627 #define snd_hdac_stream_readb_poll(dev, reg, val, cond, delay_us, timeout_us) \ argument 630 #define snd_hdac_stream_readw_poll(dev, reg, val, cond, delay_us, timeout_us) \ argument 633 #define snd_hdac_stream_readl_poll(dev, reg, val, cond, delay_us, timeout_us) \ argument
|
| /linux/drivers/iommu/riscv/ |
| H A D | iommu.c | 368 unsigned int timeout_us) in riscv_iommu_queue_wait() 494 unsigned int timeout_us) in riscv_iommu_cmd_sync()
|
| /linux/include/linux/ |
| H A D | regmap.h | 133 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_us) \ argument 163 #define regmap_read_poll_timeout_atomic(map, addr, val, cond, delay_us, timeout_us) \ argument 204 #define regmap_field_read_poll_timeout(field, val, cond, sleep_us, timeout_us) \ argument 536 unsigned long timeout_us; member
|
| /linux/drivers/usb/isp1760/ |
| H A D | isp1760-hcd.c | 246 u32 timeout_us) in isp1760_hcd_set_and_wait() 258 u32 timeout_us) in isp1760_hcd_set_and_wait_swap() 270 u32 timeout_us) in isp1760_hcd_clear_and_wait()
|