Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/fpga/
Dfpga-mgr.h143 #define FPGA_MGR_STATUS_IP_PROTOCOL_ERR BIT(3) macro
/Linux-v5.4/drivers/fpga/
Ddfl-fme-mgr.c86 status |= FPGA_MGR_STATUS_IP_PROTOCOL_ERR; in pr_error_to_mgr_status()
Dfpga-mgr.c427 if (status & FPGA_MGR_STATUS_IP_PROTOCOL_ERR) in status_show()