Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c86 if (readq_poll_timeout(base + PORT_HDR_CTRL, v, in __afu_port_disable()
/OK3568_Linux_fs/u-boot/include/linux/
H A Diopoll.h53 #define readq_poll_timeout(addr, val, cond, timeout_us) \ macro
/OK3568_Linux_fs/kernel/include/linux/
H A Diopoll.h161 #define readq_poll_timeout(addr, val, cond, delay_us, timeout_us) \ macro