Home
last modified time | relevance | path

Searched refs:PCI_STATUS_REC_TARGET_ABORT (Results 1 – 21 of 21) sorted by relevance

/linux-4.1.27/arch/arm/mach-footbridge/
Ddc21285.c29 PCI_STATUS_REC_TARGET_ABORT)<<16)
33 PCI_STATUS_REC_TARGET_ABORT | \
172 if (status & PCI_STATUS_REC_TARGET_ABORT) { in dc21285_abort_irq()
176 PCI_STATUS_REC_TARGET_ABORT, 1); in dc21285_abort_irq()
179 cmd |= PCI_STATUS_REC_TARGET_ABORT << 16; in dc21285_abort_irq()
/linux-4.1.27/arch/arm/mach-iop13xx/include/mach/
Dpci.h16 PCI_STATUS_REC_TARGET_ABORT | \
17 PCI_STATUS_REC_TARGET_ABORT | \
/linux-4.1.27/arch/sh/drivers/pci/
Dcommon.c135 if (status & PCI_STATUS_REC_TARGET_ABORT) { in pcibios_handle_status_errors()
137 pcibios_report_status(PCI_STATUS_REC_TARGET_ABORT | in pcibios_handle_status_errors()
142 cmd |= PCI_STATUS_REC_TARGET_ABORT; in pcibios_handle_status_errors()
Dpci-sh7780.c112 PCI_STATUS_REC_TARGET_ABORT | in sh7780_pci_err_irq()
178 PCI_STATUS_REC_TARGET_ABORT | \ in sh7780_pci_setup_irqs()
/linux-4.1.27/arch/mips/loongson/common/cs5536/
Dcs5536_isa.c157 if ((value & PCI_STATUS_REC_TARGET_ABORT) && in pci_isa_write_reg()
258 conf_data |= PCI_STATUS_REC_TARGET_ABORT; in pci_isa_read_reg()
/linux-4.1.27/arch/arm/mach-ks8695/
Dpci.c138 cmdstat & (PCI_STATUS_REC_TARGET_ABORT << 16) ? "RecvTarget" : " ", in ks8695_pci_fault()
/linux-4.1.27/arch/sparc/kernel/
Dleon_pci_grpci1.c74 PCI_STATUS_REC_TARGET_ABORT | \
492 if (status & PCI_STATUS_REC_TARGET_ABORT) in grpci1_err_interrupt()
Dpsycho_common.c277 PCI_STATUS_REC_TARGET_ABORT | in psycho_pcierr_intr_other()
Dpci_common.c496 PCI_STATUS_REC_TARGET_ABORT)); in pci_scan_for_target_abort()
Dpci_schizo.c623 PCI_STATUS_REC_TARGET_ABORT | in schizo_pcierr_intr_other()
/linux-4.1.27/include/uapi/linux/
Dpci_regs.h57 #define PCI_STATUS_REC_TARGET_ABORT 0x1000 /* Master ack of " */ macro
/linux-4.1.27/arch/mips/pci/
Dops-tx4927.c382 { PCI_STATUS_REC_TARGET_ABORT, "ReceivedTargetAbort" }, in tx4927_report_pcic_status1()
/linux-4.1.27/drivers/pci/host/
Dpcie-rcar.c244 (PCI_STATUS_REC_MASTER_ABORT | PCI_STATUS_REC_TARGET_ABORT)) in rcar_pcie_config_access()
/linux-4.1.27/sound/pci/
Dbt87x.c292 PCI_STATUS_REC_TARGET_ABORT | PCI_STATUS_REC_MASTER_ABORT | in snd_bt87x_pci_error()
/linux-4.1.27/drivers/atm/
Dlanai.c1111 PCI_STATUS_REC_MASTER_ABORT | PCI_STATUS_REC_TARGET_ABORT | in pcistatus_check()
1129 e(PCI_STATUS_REC_TARGET_ABORT, "master target", m_target_abort); in pcistatus_check()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dsky2.h257 PCI_STATUS_REC_TARGET_ABORT | \
Dskge.h20 PCI_STATUS_REC_TARGET_ABORT | \
/linux-4.1.27/drivers/scsi/aic94xx/
Daic94xx_hwi.c987 else if (status & PCI_STATUS_REC_TARGET_ABORT) in asd_hst_pcix_isr()
/linux-4.1.27/drivers/net/ethernet/sun/
Dsungem.c562 if (pci_cfg_stat & PCI_STATUS_REC_TARGET_ABORT) in gem_pci_interrupt()
574 PCI_STATUS_REC_TARGET_ABORT | in gem_pci_interrupt()
Dcassini.c1741 if (cfg & PCI_STATUS_REC_TARGET_ABORT) in cas_pci_interrupt()
1753 PCI_STATUS_REC_TARGET_ABORT | in cas_pci_interrupt()
/linux-4.1.27/drivers/net/ethernet/realtek/
Dr8169.c7171 PCI_STATUS_REC_TARGET_ABORT | PCI_STATUS_SIG_TARGET_ABORT)); in rtl8169_pcierr_interrupt()