Symbol: PCI_STATUS_PARITY
arch/arm/mach-footbridge/dc21285.c
214
pcibios_report_status(PCI_STATUS_PARITY | PCI_STATUS_DETECTED_PARITY, 1);
arch/arm/mach-footbridge/dc21285.c
229
pcibios_report_status(PCI_STATUS_PARITY | PCI_STATUS_DETECTED_PARITY, 1);
arch/arm/mach-footbridge/dc21285.c
32
PCI_STATUS_PARITY) << 16)
arch/mips/loongson2ef/common/cs5536/cs5536_acc.c
29
if (value & PCI_STATUS_PARITY) {
arch/mips/loongson2ef/common/cs5536/cs5536_acc.c
86
conf_data |= PCI_STATUS_PARITY;
arch/mips/loongson2ef/common/cs5536/cs5536_ehci.c
34
if (value & PCI_STATUS_PARITY) {
arch/mips/loongson2ef/common/cs5536/cs5536_ehci.c
97
conf_data |= PCI_STATUS_PARITY;
arch/mips/loongson2ef/common/cs5536/cs5536_ide.c
119
conf_data |= PCI_STATUS_PARITY;
arch/mips/loongson2ef/common/cs5536/cs5536_ide.c
29
if (value & PCI_STATUS_PARITY) {
arch/mips/loongson2ef/common/cs5536/cs5536_ohci.c
34
if (value & PCI_STATUS_PARITY) {
arch/mips/loongson2ef/common/cs5536/cs5536_ohci.c
92
conf_data |= PCI_STATUS_PARITY;
arch/mips/pci/ops-tx4927.c
384
{ PCI_STATUS_PARITY, "MasterParityError" },
arch/sh/drivers/pci/common.c
143
if (status & (PCI_STATUS_PARITY | PCI_STATUS_DETECTED_PARITY)) {
arch/sh/drivers/pci/common.c
145
pcibios_report_status(PCI_STATUS_PARITY |
arch/sh/drivers/pci/common.c
149
cmd |= PCI_STATUS_PARITY | PCI_STATUS_DETECTED_PARITY;
arch/sh/drivers/pci/pci-sh7780.c
106
if (status & (PCI_STATUS_PARITY |
arch/sh/drivers/pci/pci-sh7780.c
177
PCI_STATUS_PARITY, hose->reg_base + PCI_STATUS);
arch/sparc/kernel/leon_pci_grpci1.c
488
if (status & PCI_STATUS_PARITY)
arch/sparc/kernel/leon_pci_grpci1.c
78
#define ALL_PCI_ERRORS (PCI_STATUS_PARITY | PCI_STATUS_DETECTED_PARITY | \
arch/sparc/kernel/pci_common.c
536
(status & (PCI_STATUS_PARITY |
arch/sparc/kernel/pci_schizo.c
626
if (stat & (PCI_STATUS_PARITY |
arch/sparc/kernel/psycho_common.c
278
if (stat & (PCI_STATUS_PARITY |
drivers/atm/lanai.c
1107
PCI_STATUS_SIG_TARGET_ABORT | PCI_STATUS_PARITY;
drivers/atm/lanai.c
1126
e(PCI_STATUS_PARITY, "master parity", master_parity);
drivers/edac/edac_pci_sysfs.c
504
PCI_STATUS_PARITY;
drivers/edac/edac_pci_sysfs.c
565
if (status & (PCI_STATUS_PARITY)) {
drivers/edac/edac_pci_sysfs.c
604
if (status & (PCI_STATUS_PARITY)) {
drivers/net/ethernet/sun/cassini.c
1703
if (pci_errs & PCI_STATUS_PARITY)
drivers/net/ethernet/sun/sungem.c
555
if (pci_errs & PCI_STATUS_PARITY)
drivers/scsi/aic94xx/aic94xx_hwi.c
969
else if (status & PCI_STATUS_PARITY)
include/linux/pci.h
51
PCI_STATUS_PARITY)