Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/host/
Dpci-dra7xx.c35 #define ERR_NONFATAL BIT(2) macro
46 #define INTERRUPTS (ERR_SYS | ERR_FATAL | ERR_NONFATAL | ERR_COR | ERR_AXI | \
232 if (reg & ERR_NONFATAL) in dra7xx_pcie_irq_handler()