Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-pci-devices-aer_stats17 PCI device using ERR_COR. Note that since multiple errors may
18 be reported using a single ERR_COR message, thus
107 Description: Total number of ERR_COR messages reported to rootport.
/Linux-v6.1/drivers/pci/controller/dwc/
Dpci-dra7xx.c42 #define ERR_COR BIT(3) macro
52 #define INTERRUPTS (ERR_SYS | ERR_FATAL | ERR_NONFATAL | ERR_COR | ERR_AXI | \
307 if (reg & ERR_COR) in dra7xx_pcie_irq_handler()