Searched refs:PCI_BRIDGE_CTL_PARITY (Results 1 – 8 of 8) sorted by relevance
201 status |= PCI_BRIDGE_CTL_PARITY in pcibios_fixup_bus()240 bus->bridge_ctl |= PCI_BRIDGE_CTL_PARITY; in pcibios_fixup_bus()
319 status |= PCI_BRIDGE_CTL_PARITY|PCI_BRIDGE_CTL_MASTER_ABORT; in pcibios_fixup_bus()353 bus->bridge_ctl |= PCI_BRIDGE_CTL_PARITY; in pcibios_fixup_bus()
181 bridge_ctl_new = bridge_ctl | PCI_BRIDGE_CTL_PARITY | in pcibios_init_bridge()
159 ((PCI_BRIDGE_CTL_PARITY |
165 pci_bctl |= PCI_BRIDGE_CTL_PARITY; in program_hpx_type0()
400 (PCI_BRIDGE_CTL_PARITY | in apb_init()
113 config |= PCI_BRIDGE_CTL_PARITY | PCI_BRIDGE_CTL_SERR; in pcibios_plat_dev_init()
159 #define PCI_BRIDGE_CTL_PARITY 0x01 /* Enable parity detection on secondary interface */ macro