Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pci/controller/dwc/
Dpci-dra7xx.c43 #define ERR_AXI BIT(4) macro
52 #define INTERRUPTS (ERR_SYS | ERR_FATAL | ERR_NONFATAL | ERR_COR | ERR_AXI | \
310 if (reg & ERR_AXI) in dra7xx_pcie_irq_handler()
Dpci-keystone.c78 #define ERR_AXI BIT(4) /* AXI tag lookup fatal error */ macro
83 #define ERR_IRQ_ALL (ERR_AER | ERR_AXI | ERR_CORR | \
300 if (!ks_pcie->is_am6 && (reg & ERR_AXI)) in ks_pcie_handle_error_irq()