Home
last modified time | relevance | path

Searched refs:ERR_AXI (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
H A Dpci-dra7xx.c42 #define ERR_AXI BIT(4) macro
51 #define INTERRUPTS (ERR_SYS | ERR_FATAL | ERR_NONFATAL | ERR_COR | ERR_AXI | \
317 if (reg & ERR_AXI) in dra7xx_pcie_irq_handler()
H A 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 | \
309 if (!ks_pcie->is_am6 && (reg & ERR_AXI)) in ks_pcie_handle_error_irq()
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/
H A 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()
H A Dpci-keystone.c77 #define ERR_AXI BIT(4) /* AXI tag lookup fatal error */ macro
82 #define ERR_IRQ_ALL (ERR_AER | ERR_AXI | ERR_CORR | \
299 if (!ks_pcie->is_am6 && (reg & ERR_AXI)) in ks_pcie_handle_error_irq()

Completed in 7 milliseconds