Home
last modified time | relevance | path

Searched refs:PCI_BRIDGE_CTL_SERR (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/arch/parisc/kernel/
Dpci.c182 PCI_BRIDGE_CTL_SERR | PCI_BRIDGE_CTL_MASTER_ABORT; in pcibios_init_bridge()
/Linux-v5.4/drivers/pci/
Dpci-bridge-emul.c160 PCI_BRIDGE_CTL_SERR |
Dprobe.c2101 if (!(control & PCI_BRIDGE_CTL_SERR)) { in pci_configure_serr()
2102 control |= PCI_BRIDGE_CTL_SERR; in pci_configure_serr()
/Linux-v5.4/arch/sparc/kernel/
Dpci_sabre.c401 PCI_BRIDGE_CTL_SERR | in apb_init()
/Linux-v5.4/arch/mips/pci/
Dpci-octeon.c113 config |= PCI_BRIDGE_CTL_PARITY | PCI_BRIDGE_CTL_SERR; in pcibios_plat_dev_init()
/Linux-v5.4/include/uapi/linux/
Dpci_regs.h160 #define PCI_BRIDGE_CTL_SERR 0x02 /* The same for SERR forwarding */ macro