Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/fpga/
H A Dfpga-mgr.h190 #define FPGA_MGR_STATUS_OPERATION_ERR BIT(0) macro
/openbmc/linux/drivers/fpga/
H A Ddfl-fme-mgr.c80 status |= FPGA_MGR_STATUS_OPERATION_ERR; in pr_error_to_mgr_status()
H A Dfpga-mgr.c641 if (status & FPGA_MGR_STATUS_OPERATION_ERR) in status_show()