Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
H A Dpci-dra7xx.c40 #define ERR_NONFATAL BIT(2) macro
51 #define INTERRUPTS (ERR_SYS | ERR_FATAL | ERR_NONFATAL | ERR_COR | ERR_AXI | \
311 if (reg & ERR_NONFATAL) in dra7xx_pcie_irq_handler()
H A Dpci-keystone.c80 #define ERR_NONFATAL BIT(2) /* Non-fatal error */ macro
84 ERR_NONFATAL | ERR_FATAL | ERR_SYS)
303 if (reg & ERR_NONFATAL) in ks_pcie_handle_error_irq()
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/
H A Dpci-dra7xx.c41 #define ERR_NONFATAL BIT(2) macro
52 #define INTERRUPTS (ERR_SYS | ERR_FATAL | ERR_NONFATAL | ERR_COR | ERR_AXI | \
304 if (reg & ERR_NONFATAL) in dra7xx_pcie_irq_handler()
H A Dpci-keystone.c79 #define ERR_NONFATAL BIT(2) /* Non-fatal error */ macro
83 ERR_NONFATAL | ERR_FATAL | ERR_SYS)
293 if (reg & ERR_NONFATAL) in ks_pcie_handle_error_irq()

Completed in 7 milliseconds