Searched refs:pr_status (Results 1 – 2 of 2) sorted by relevance
95 u64 pr_status, pr_error; in fme_mgr_pr_error_handle() local97 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() local141 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() local188 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 …]
7 enum pr_status { enum