Searched refs:FPGA_PORT_CAP_ERR_IRQ (Results 1 – 2 of 2) sorted by relevance
96 port->capability |= FPGA_PORT_CAP_ERR_IRQ; in port_error_init()147 if (!(port->capability & FPGA_PORT_CAP_ERR_IRQ)) in port_error_set_irq()
251 #define FPGA_PORT_CAP_ERR_IRQ (1 << 0) /* Support port error interrupt */ macro