Home
last modified time | relevance | path

Searched refs:ERR_SYS (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/pci/controller/dwc/
Dpci-keystone-dw.c59 #define ERR_SYS BIT(0) /* System (fatal, non-fatal, or correctable) */ macro
61 ERR_NONFATAL | ERR_FATAL | ERR_SYS)
Dpci-dra7xx.c37 #define ERR_SYS BIT(0) macro
50 #define INTERRUPTS (ERR_SYS | ERR_FATAL | ERR_NONFATAL | ERR_COR | ERR_AXI | \
294 if (reg & ERR_SYS) in dra7xx_pcie_irq_handler()