Searched refs:readq_poll_timeout (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/fpga/ | 
| D | dfl-fme-mgr.c | 127 	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()
 
 | 
| D | dfl-afu-main.c | 86 	if (readq_poll_timeout(base + PORT_HDR_CTRL, v, v & PORT_CTRL_SFTRST,  in __afu_port_disable()
 | 
| /Linux-v5.4/include/linux/ | 
| D | iopoll.h | 111 #define readq_poll_timeout(addr, val, cond, delay_us, timeout_us) \  macro
 |