Searched refs:pr_status (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | dfl-fme-mgr.c | 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 in fme_mgr_write() [all...] |
/kernel/linux/linux-6.6/drivers/fpga/ |
H A D | dfl-fme-mgr.c | 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 in fme_mgr_write() [all...] |
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | pr.h | 7 enum pr_status { enum
|
Completed in 3 milliseconds