Home
last modified time | relevance | path

Searched refs:PCI_STATUS_PARITY (Results 1 – 22 of 22) sorted by relevance

/linux-4.1.27/arch/sh/drivers/pci/
Dcommon.c145 if (status & (PCI_STATUS_PARITY | PCI_STATUS_DETECTED_PARITY)) { in pcibios_handle_status_errors()
147 pcibios_report_status(PCI_STATUS_PARITY | in pcibios_handle_status_errors()
151 cmd |= PCI_STATUS_PARITY | PCI_STATUS_DETECTED_PARITY; in pcibios_handle_status_errors()
Dpci-sh7780.c109 if (status & (PCI_STATUS_PARITY | in sh7780_pci_err_irq()
180 PCI_STATUS_PARITY, hose->reg_base + PCI_STATUS); in sh7780_pci_setup_irqs()
/linux-4.1.27/arch/mips/loongson/common/cs5536/
Dcs5536_acc.c33 if (value & PCI_STATUS_PARITY) { in pci_acc_write_reg()
90 conf_data |= PCI_STATUS_PARITY; in pci_acc_read_reg()
Dcs5536_ohci.c38 if (value & PCI_STATUS_PARITY) { in pci_ohci_write_reg()
96 conf_data |= PCI_STATUS_PARITY; in pci_ohci_read_reg()
Dcs5536_ehci.c38 if (value & PCI_STATUS_PARITY) { in pci_ehci_write_reg()
101 conf_data |= PCI_STATUS_PARITY; in pci_ehci_read_reg()
Dcs5536_ide.c33 if (value & PCI_STATUS_PARITY) { in pci_ide_write_reg()
123 conf_data |= PCI_STATUS_PARITY; in pci_ide_read_reg()
/linux-4.1.27/arch/arm/mach-footbridge/
Ddc21285.c34 PCI_STATUS_PARITY) << 16)
222 pcibios_report_status(PCI_STATUS_PARITY | PCI_STATUS_DETECTED_PARITY, 1); in dc21285_dparity_irq()
237 pcibios_report_status(PCI_STATUS_PARITY | PCI_STATUS_DETECTED_PARITY, 1); in dc21285_parity_irq()
/linux-4.1.27/arch/arm/mach-iop13xx/include/mach/
Dpci.h14 #define IOP_PCI_STATUS_ERROR (PCI_STATUS_PARITY | \
/linux-4.1.27/drivers/edac/
Dedac_pci_sysfs.c521 PCI_STATUS_PARITY; in get_pci_parity_status()
582 if (status & (PCI_STATUS_PARITY)) { in edac_pci_dev_parity_test()
621 if (status & (PCI_STATUS_PARITY)) { in edac_pci_dev_parity_test()
/linux-4.1.27/arch/sparc/kernel/
Dleon_pci_grpci1.c76 #define ALL_PCI_ERRORS (PCI_STATUS_PARITY | PCI_STATUS_DETECTED_PARITY | \
486 if (status & PCI_STATUS_PARITY) in grpci1_err_interrupt()
Dpsycho_common.c275 if (stat & (PCI_STATUS_PARITY | in psycho_pcierr_intr_other()
Dpci_common.c542 (status & (PCI_STATUS_PARITY | in pci_scan_for_parity_error()
Dpci_schizo.c621 if (stat & (PCI_STATUS_PARITY | in schizo_pcierr_intr_other()
/linux-4.1.27/include/uapi/linux/
Dpci_regs.h51 #define PCI_STATUS_PARITY 0x100 /* Detected parity error */ macro
/linux-4.1.27/arch/mips/pci/
Dops-tx4927.c384 { PCI_STATUS_PARITY, "MasterParityError" }, in tx4927_report_pcic_status1()
/linux-4.1.27/sound/pci/
Dbt87x.c291 pci_status &= PCI_STATUS_PARITY | PCI_STATUS_SIG_TARGET_ABORT | in snd_bt87x_pci_error()
/linux-4.1.27/drivers/atm/
Dlanai.c1112 PCI_STATUS_SIG_TARGET_ABORT | PCI_STATUS_PARITY; in pcistatus_check()
1131 e(PCI_STATUS_PARITY, "master parity", master_parity); in pcistatus_check()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dsky2.h258 PCI_STATUS_PARITY)
Dskge.h21 PCI_STATUS_PARITY)
/linux-4.1.27/drivers/scsi/aic94xx/
Daic94xx_hwi.c989 else if (status & PCI_STATUS_PARITY) in asd_hst_pcix_isr()
/linux-4.1.27/drivers/net/ethernet/sun/
Dsungem.c558 if (pci_cfg_stat & PCI_STATUS_PARITY) in gem_pci_interrupt()
572 pci_cfg_stat &= (PCI_STATUS_PARITY | in gem_pci_interrupt()
Dcassini.c1737 if (cfg & PCI_STATUS_PARITY) in cas_pci_interrupt()
1751 cfg &= (PCI_STATUS_PARITY | in cas_pci_interrupt()