Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/fpga/
Dfpga-mgr.h142 #define FPGA_MGR_STATUS_INCOMPATIBLE_IMAGE_ERR BIT(2) macro
/Linux-v4.19/drivers/fpga/
Ddfl-fme-mgr.c84 status |= FPGA_MGR_STATUS_INCOMPATIBLE_IMAGE_ERR; in pr_error_to_mgr_status()
Dfpga-mgr.c425 if (status & FPGA_MGR_STATUS_INCOMPATIBLE_IMAGE_ERR) in status_show()