Home
last modified time | relevance | path

Searched refs:PCI_BRIDGE_CTL_PARITY (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/arch/parisc/kernel/
Dpci.c311 bus->bridge_ctl |= PCI_BRIDGE_CTL_PARITY | PCI_BRIDGE_CTL_SERR; in pcibios_init_bus()
315 bus->bridge_ctl |= PCI_BRIDGE_CTL_PARITY | PCI_BRIDGE_CTL_SERR; in pcibios_init_bus()
/linux-2.4.37.9/drivers/hotplug/
Dshpchprm_nonacpi.c412 bcommand |= PCI_BRIDGE_CTL_PARITY | PCI_BRIDGE_CTL_SERR in shpchprm_enable_card()
Dshpchprm_legacy.c413 bcommand |= PCI_BRIDGE_CTL_PARITY | PCI_BRIDGE_CTL_SERR in shpchprm_enable_card()
Dpciehprm_nonacpi.c479 bcommand |= PCI_BRIDGE_CTL_PARITY | PCI_BRIDGE_CTL_SERR in pciehprm_enable_card()
Dpciehprm_acpi.c1685 bcommand |= PCI_BRIDGE_CTL_PARITY; in pciehprm_enable_card()
1688 bcommand &= ~PCI_BRIDGE_CTL_PARITY; in pciehprm_enable_card()
Dshpchprm_acpi.c1684 bcommand |= PCI_BRIDGE_CTL_PARITY; in shpchprm_enable_card()
1687 bcommand &= ~PCI_BRIDGE_CTL_PARITY; in shpchprm_enable_card()
/linux-2.4.37.9/include/linux/
Dpci.h144 #define PCI_BRIDGE_CTL_PARITY 0x01 /* Enable parity detection on secondary interface */ macro
/linux-2.4.37.9/arch/sparc64/kernel/
Dpci_sabre.c1173 (PCI_BRIDGE_CTL_PARITY | in apb_init()