pr_status          95 drivers/fpga/dfl-fme-mgr.c 	u64 pr_status, pr_error;
pr_status          97 drivers/fpga/dfl-fme-mgr.c 	pr_status = readq(fme_pr + FME_PR_STS);
pr_status          98 drivers/fpga/dfl-fme-mgr.c 	if (!(pr_status & FME_PR_STS_PR_STS))
pr_status         114 drivers/fpga/dfl-fme-mgr.c 	u64 pr_ctrl, pr_status;
pr_status         141 drivers/fpga/dfl-fme-mgr.c 	if (readq_poll_timeout(fme_pr + FME_PR_STS, pr_status,
pr_status         142 drivers/fpga/dfl-fme-mgr.c 			       (pr_status & FME_PR_STS_PR_STS) ==
pr_status         171 drivers/fpga/dfl-fme-mgr.c 	u64 pr_ctrl, pr_status, pr_data;
pr_status         188 drivers/fpga/dfl-fme-mgr.c 	pr_status = readq(fme_pr + FME_PR_STS);
pr_status         189 drivers/fpga/dfl-fme-mgr.c 	pr_credit = FIELD_GET(FME_PR_STS_PR_CREDIT, pr_status);
pr_status         199 drivers/fpga/dfl-fme-mgr.c 			pr_status = readq(fme_pr + FME_PR_STS);
pr_status         200 drivers/fpga/dfl-fme-mgr.c 			pr_credit = FIELD_GET(FME_PR_STS_PR_CREDIT, pr_status);