Lines Matching refs:pr_status
95 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()
200 pr_credit = FIELD_GET(FME_PR_STS_PR_CREDIT, pr_status); in fme_mgr_write()