Searched refs:PCI_STATUS_PARITY (Results 1 - 19 of 19) sorted by relevance

/linux-master/arch/sh/drivers/pci/
H A Dcommon.c143 if (status & (PCI_STATUS_PARITY | PCI_STATUS_DETECTED_PARITY)) {
145 pcibios_report_status(PCI_STATUS_PARITY |
149 cmd |= PCI_STATUS_PARITY | PCI_STATUS_DETECTED_PARITY;
H A Dpci-sh7780.c106 if (status & (PCI_STATUS_PARITY |
177 PCI_STATUS_PARITY, hose->reg_base + PCI_STATUS);
/linux-master/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_acc.c29 if (value & PCI_STATUS_PARITY) {
86 conf_data |= PCI_STATUS_PARITY;
H A Dcs5536_ehci.c34 if (value & PCI_STATUS_PARITY) {
97 conf_data |= PCI_STATUS_PARITY;
H A Dcs5536_ohci.c34 if (value & PCI_STATUS_PARITY) {
92 conf_data |= PCI_STATUS_PARITY;
H A Dcs5536_ide.c29 if (value & PCI_STATUS_PARITY) {
119 conf_data |= PCI_STATUS_PARITY;
/linux-master/arch/arm/mach-footbridge/
H A Ddc21285.c32 PCI_STATUS_PARITY) << 16)
214 pcibios_report_status(PCI_STATUS_PARITY | PCI_STATUS_DETECTED_PARITY, 1);
229 pcibios_report_status(PCI_STATUS_PARITY | PCI_STATUS_DETECTED_PARITY, 1);
/linux-master/drivers/edac/
H A Dedac_pci_sysfs.c504 PCI_STATUS_PARITY;
565 if (status & (PCI_STATUS_PARITY)) {
604 if (status & (PCI_STATUS_PARITY)) {
/linux-master/arch/sparc/kernel/
H A Dleon_pci_grpci1.c78 #define ALL_PCI_ERRORS (PCI_STATUS_PARITY | PCI_STATUS_DETECTED_PARITY | \
488 if (status & PCI_STATUS_PARITY)
H A Dpsycho_common.c278 if (stat & (PCI_STATUS_PARITY |
H A Dpci_common.c536 (status & (PCI_STATUS_PARITY |
H A Dpci_schizo.c626 if (stat & (PCI_STATUS_PARITY |
/linux-master/arch/mips/pci/
H A Dops-tx4927.c384 { PCI_STATUS_PARITY, "MasterParityError" },
/linux-master/include/uapi/linux/
H A Dpci_regs.h60 #define PCI_STATUS_PARITY 0x100 /* Detected parity error */ macro
/linux-master/drivers/atm/
H A Dlanai.c1107 PCI_STATUS_SIG_TARGET_ABORT | PCI_STATUS_PARITY;
1126 e(PCI_STATUS_PARITY, "master parity", master_parity);
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c971 else if (status & PCI_STATUS_PARITY)
/linux-master/drivers/net/ethernet/sun/
H A Dsungem.c555 if (pci_errs & PCI_STATUS_PARITY)
H A Dcassini.c1702 if (pci_errs & PCI_STATUS_PARITY)
/linux-master/include/linux/
H A Dpci.h51 PCI_STATUS_PARITY)

Completed in 633 milliseconds