Home
last modified time | relevance | path

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

/openbmc/linux/drivers/fpga/
H A Ddfl-fme-mgr.c127 if (readq_poll_timeout(fme_pr + FME_PR_CTRL, pr_ctrl, in fme_mgr_write_init()
141 if (readq_poll_timeout(fme_pr + FME_PR_STS, pr_status, in fme_mgr_write_init()
235 if (readq_poll_timeout(fme_pr + FME_PR_CTRL, pr_ctrl, in fme_mgr_write_complete()
H A Ddfl-afu-main.c60 if (readq_poll_timeout(base + PORT_HDR_CTRL, v, in __afu_port_enable()
99 if (readq_poll_timeout(base + PORT_HDR_CTRL, v, in __afu_port_disable()
/openbmc/u-boot/include/linux/
H A Diopoll.h52 #define readq_poll_timeout(addr, val, cond, timeout_us) \ macro
/openbmc/linux/drivers/platform/x86/intel/
H A Dsdsi.c184 ret = readq_poll_timeout(priv->control_addr, control, control & CTRL_READY, in sdsi_mbox_cmd_read()
259 ret = readq_poll_timeout(priv->control_addr, control, control & CTRL_READY, in sdsi_mbox_cmd_write()
298 ret = readq_poll_timeout(priv->control_addr, control, in sdsi_mbox_acquire()
H A Dtpmi.c253 return readq_poll_timeout(tpmi_info->tpmi_control_mem + TPMI_CONTROL_STATUS_OFFSET, in tpmi_wait_for_owner()
296 ret = readq_poll_timeout(tpmi_info->tpmi_control_mem + TPMI_CONTROL_STATUS_OFFSET, in tpmi_read_feature_status()
/openbmc/linux/include/linux/
H A Diopoll.h175 #define readq_poll_timeout(addr, val, cond, delay_us, timeout_us) \ macro
/openbmc/linux/drivers/memory/
H A Ddfl-emif.c96 if (readq_poll_timeout(base + EMIF_STAT, val, in emif_clear_store()
/openbmc/linux/include/sound/
H A Dhdaudio_ext.h156 readq_poll_timeout((chip)->dsp_ba + (reg), val, cond, \
/openbmc/linux/drivers/platform/mellanox/
H A Dmlxbf-bootctl.c369 return readq_poll_timeout(mlxbf_rsh_semaphore, reg, !reg, 0, in mlxbf_rsh_log_sem_lock()