Searched refs:PCI_BRIDGE_CTL_SERR (Results 1 – 5 of 5) sorted by relevance
798 val &= ~(PCI_BRIDGE_CTL_SERR << 16); in advk_pci_bridge_emul_base_conf_read()800 val |= PCI_BRIDGE_CTL_SERR << 16; in advk_pci_bridge_emul_base_conf_read()831 if (mask & (PCI_BRIDGE_CTL_SERR << 16)) { in advk_pci_bridge_emul_base_conf_write()833 if (new & (PCI_BRIDGE_CTL_SERR << 16)) in advk_pci_bridge_emul_base_conf_write()
404 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 |
168 #define PCI_BRIDGE_CTL_SERR 0x02 /* The same for SERR forwarding */ macro