Home
last modified time | relevance | path

Searched refs:pr_status (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/fpga/
Ddfl-fme-mgr.c95 u64 pr_status, pr_error; in fme_mgr_pr_error_handle() local
97 pr_status = readq(fme_pr + FME_PR_STS); in fme_mgr_pr_error_handle()
98 if (!(pr_status & FME_PR_STS_PR_STS)) in fme_mgr_pr_error_handle()
114 u64 pr_ctrl, pr_status; in fme_mgr_write_init() local
141 if (readq_poll_timeout(fme_pr + FME_PR_STS, pr_status, in fme_mgr_write_init()
142 (pr_status & FME_PR_STS_PR_STS) == in fme_mgr_write_init()
171 u64 pr_ctrl, pr_status, pr_data; in fme_mgr_write() local
188 pr_status = readq(fme_pr + FME_PR_STS); in fme_mgr_write()
189 pr_credit = FIELD_GET(FME_PR_STS_PR_CREDIT, pr_status); in fme_mgr_write()
199 pr_status = readq(fme_pr + FME_PR_STS); in fme_mgr_write()
[all …]
/linux-6.6.21/include/uapi/linux/
Dpr.h7 enum pr_status { enum