Searched refs:PCI_BRIDGE_CTL_SERR (Results 1 – 11 of 11) sorted by relevance
182 PCI_BRIDGE_CTL_SERR | PCI_BRIDGE_CTL_MASTER_ABORT; in pcibios_init_bridge()
799 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()
158 PCI_BRIDGE_CTL_SERR); in pcie_aer_init()253 if (!(bridge_control & PCI_BRIDGE_CTL_SERR)) { in pcie_aer_msg_vbridge()
942 PCI_BRIDGE_CTL_SERR | in pci_init_mask_bridge()
401 PCI_BRIDGE_CTL_SERR | in apb_init()
113 config |= PCI_BRIDGE_CTL_PARITY | PCI_BRIDGE_CTL_SERR; in pcibios_plat_dev_init()
159 PCI_BRIDGE_CTL_SERR |
2276 if (!(control & PCI_BRIDGE_CTL_SERR)) { in pci_configure_serr()2277 control |= PCI_BRIDGE_CTL_SERR; in pci_configure_serr()
162 #define PCI_BRIDGE_CTL_SERR 0x02 /* The same for SERR forwarding */ macro
163 #define PCI_BRIDGE_CTL_SERR 0x02 /* The same for SERR forwarding */ macro
268 #define PCI_BRIDGE_CTL_SERR 0x02 /* The same for SERR forwarding */ macro