Home
last modified time | relevance | path

Searched refs:FPGA_MGR_STATUS_CRC_ERR (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/linux/fpga/
Dfpga-mgr.h171 #define FPGA_MGR_STATUS_CRC_ERR BIT(1) macro
/linux-5.19.10/drivers/fpga/
Ddfl-fme-mgr.c82 status |= FPGA_MGR_STATUS_CRC_ERR; in pr_error_to_mgr_status()
Dfpga-mgr.c470 if (status & FPGA_MGR_STATUS_CRC_ERR) in status_show()