Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
H A Dpci-dra7xx.c38 #define ERR_SYS BIT(0) macro
51 #define INTERRUPTS (ERR_SYS | ERR_FATAL | ERR_NONFATAL | ERR_COR | ERR_AXI | \
305 if (reg & ERR_SYS) in dra7xx_pcie_irq_handler()
H A Dpci-keystone.c82 #define ERR_SYS BIT(0) /* System error */ macro
84 ERR_NONFATAL | ERR_FATAL | ERR_SYS)
297 if (reg & ERR_SYS) in ks_pcie_handle_error_irq()
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/
H A Dpci-dra7xx.c39 #define ERR_SYS BIT(0) macro
52 #define INTERRUPTS (ERR_SYS | ERR_FATAL | ERR_NONFATAL | ERR_COR | ERR_AXI | \
298 if (reg & ERR_SYS) in dra7xx_pcie_irq_handler()
H A Dpci-keystone.c81 #define ERR_SYS BIT(0) /* System error */ macro
83 ERR_NONFATAL | ERR_FATAL | ERR_SYS)
287 if (reg & ERR_SYS) in ks_pcie_handle_error_irq()

Completed in 7 milliseconds