Searched refs:ERR_SYS (Results 1 – 2 of 2) sorted by relevance
59 #define ERR_SYS BIT(0) /* System (fatal, non-fatal, or correctable) */ macro61 ERR_NONFATAL | ERR_FATAL | ERR_SYS)
37 #define ERR_SYS BIT(0) macro50 #define INTERRUPTS (ERR_SYS | ERR_FATAL | ERR_NONFATAL | ERR_COR | ERR_AXI | \294 if (reg & ERR_SYS) in dra7xx_pcie_irq_handler()