Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()