Home
last modified time | relevance | path

Searched refs:PCI_EXP_AER_FLAGS (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/pci/pcie/
H A Daer.c260 rc = pcie_capability_set_word(dev, PCI_EXP_DEVCTL, PCI_EXP_AER_FLAGS); in pci_enable_pcie_error_reporting()
1049 if (!(reg16 & PCI_EXP_AER_FLAGS)) in is_error_source()
1521 if (!(devctl & PCI_EXP_AER_FLAGS)) in clear_status_iter()
/linux/drivers/pci/
H A Dpci-acpi.c331 hpx->pci_exp_devctl_and |= ~PCI_EXP_AER_FLAGS; in program_hpx_type2()
332 hpx->pci_exp_devctl_or &= PCI_EXP_AER_FLAGS; in program_hpx_type2()
H A Dpci.h107 #define PCI_EXP_AER_FLAGS (PCI_EXP_DEVCTL_CERE | PCI_EXP_DEVCTL_NFERE | \ macro