Home
last modified time | relevance | path

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

/linux-5.19.10/arch/parisc/kernel/
Dpci.c182 PCI_BRIDGE_CTL_SERR | PCI_BRIDGE_CTL_MASTER_ABORT; in pcibios_init_bridge()
/linux-5.19.10/drivers/pci/controller/
Dpci-aardvark.c797 val &= ~(PCI_BRIDGE_CTL_SERR << 16); in advk_pci_bridge_emul_base_conf_read()
799 val |= PCI_BRIDGE_CTL_SERR << 16; in advk_pci_bridge_emul_base_conf_read()
830 if (mask & (PCI_BRIDGE_CTL_SERR << 16)) { in advk_pci_bridge_emul_base_conf_write()
832 if (new & (PCI_BRIDGE_CTL_SERR << 16)) in advk_pci_bridge_emul_base_conf_write()
/linux-5.19.10/arch/sparc/kernel/
Dpci_sabre.c401 PCI_BRIDGE_CTL_SERR | in apb_init()
/linux-5.19.10/drivers/pci/
Dpci-bridge-emul.c163 PCI_BRIDGE_CTL_SERR |
Dprobe.c2245 if (!(control & PCI_BRIDGE_CTL_SERR)) { in pci_configure_serr()
2246 control |= PCI_BRIDGE_CTL_SERR; in pci_configure_serr()
/linux-5.19.10/arch/mips/pci/
Dpci-octeon.c113 config |= PCI_BRIDGE_CTL_PARITY | PCI_BRIDGE_CTL_SERR; in pcibios_plat_dev_init()
/linux-5.19.10/include/uapi/linux/
Dpci_regs.h162 #define PCI_BRIDGE_CTL_SERR 0x02 /* The same for SERR forwarding */ macro