Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/controller/dwc/
Dpci-keystone-dw.c55 #define ERR_AXI BIT(4) /* AXI tag lookup fatal error */ macro
60 #define ERR_IRQ_ALL (ERR_AER | ERR_AXI | ERR_CORR | \
62 #define ERR_FATAL_IRQ (ERR_FATAL | ERR_AXI)
Dpci-dra7xx.c41 #define ERR_AXI BIT(4) macro
50 #define INTERRUPTS (ERR_SYS | ERR_FATAL | ERR_NONFATAL | ERR_COR | ERR_AXI | \
306 if (reg & ERR_AXI) in dra7xx_pcie_irq_handler()