Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/kernel/
H A Dpci.c182 PCI_BRIDGE_CTL_SERR | PCI_BRIDGE_CTL_MASTER_ABORT; in pcibios_init_bridge()
/openbmc/linux/drivers/pci/controller/
H A Dpci-aardvark.c799 val &= ~(PCI_BRIDGE_CTL_SERR << 16); in advk_pci_bridge_emul_base_conf_read()
801 val |= PCI_BRIDGE_CTL_SERR << 16; in advk_pci_bridge_emul_base_conf_read()
832 if (mask & (PCI_BRIDGE_CTL_SERR << 16)) { in advk_pci_bridge_emul_base_conf_write()
834 if (new & (PCI_BRIDGE_CTL_SERR << 16)) in advk_pci_bridge_emul_base_conf_write()
/openbmc/qemu/hw/pci/
H A Dpcie_aer.c158 PCI_BRIDGE_CTL_SERR); in pcie_aer_init()
253 if (!(bridge_control & PCI_BRIDGE_CTL_SERR)) { in pcie_aer_msg_vbridge()
H A Dpci.c942 PCI_BRIDGE_CTL_SERR | in pci_init_mask_bridge()
/openbmc/linux/arch/sparc/kernel/
H A Dpci_sabre.c401 PCI_BRIDGE_CTL_SERR | in apb_init()
/openbmc/linux/arch/mips/pci/
H A Dpci-octeon.c113 config |= PCI_BRIDGE_CTL_PARITY | PCI_BRIDGE_CTL_SERR; in pcibios_plat_dev_init()
/openbmc/linux/drivers/pci/
H A Dpci-bridge-emul.c159 PCI_BRIDGE_CTL_SERR |
H A Dprobe.c2276 if (!(control & PCI_BRIDGE_CTL_SERR)) { in pci_configure_serr()
2277 control |= PCI_BRIDGE_CTL_SERR; in pci_configure_serr()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h162 #define PCI_BRIDGE_CTL_SERR 0x02 /* The same for SERR forwarding */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h163 #define PCI_BRIDGE_CTL_SERR 0x02 /* The same for SERR forwarding */ macro
/openbmc/u-boot/include/
H A Dpci.h268 #define PCI_BRIDGE_CTL_SERR 0x02 /* The same for SERR forwarding */ macro