Searched refs:PCI_STATUS_REC_TARGET_ABORT (Results 1 - 16 of 16) sorted by relevance

/linux-master/arch/arm/mach-footbridge/
H A Ddc21285.c27 PCI_STATUS_REC_TARGET_ABORT)<<16)
31 PCI_STATUS_REC_TARGET_ABORT | \
164 if (status & PCI_STATUS_REC_TARGET_ABORT) {
168 PCI_STATUS_REC_TARGET_ABORT, 1);
171 cmd |= PCI_STATUS_REC_TARGET_ABORT << 16;
/linux-master/arch/sh/drivers/pci/
H A Dcommon.c133 if (status & PCI_STATUS_REC_TARGET_ABORT) {
135 pcibios_report_status(PCI_STATUS_REC_TARGET_ABORT |
140 cmd |= PCI_STATUS_REC_TARGET_ABORT;
H A Dpci-sh7780.c109 PCI_STATUS_REC_TARGET_ABORT |
175 PCI_STATUS_REC_TARGET_ABORT | \
/linux-master/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_isa.c153 if ((value & PCI_STATUS_REC_TARGET_ABORT) &&
254 conf_data |= PCI_STATUS_REC_TARGET_ABORT;
/linux-master/arch/sparc/kernel/
H A Dleon_pci_grpci1.c76 PCI_STATUS_REC_TARGET_ABORT | \
494 if (status & PCI_STATUS_REC_TARGET_ABORT)
H A Dpsycho_common.c280 PCI_STATUS_REC_TARGET_ABORT |
H A Dpci_common.c490 PCI_STATUS_REC_TARGET_ABORT));
H A Dpci_schizo.c628 PCI_STATUS_REC_TARGET_ABORT |
/linux-master/arch/mips/pci/
H A Dops-tx4927.c382 { PCI_STATUS_REC_TARGET_ABORT, "ReceivedTargetAbort" },
/linux-master/include/uapi/linux/
H A Dpci_regs.h66 #define PCI_STATUS_REC_TARGET_ABORT 0x1000 /* Master ack of " */ macro
/linux-master/drivers/pci/controller/
H A Dpcie-rcar-host.c218 (PCI_STATUS_REC_MASTER_ABORT | PCI_STATUS_REC_TARGET_ABORT))
/linux-master/drivers/atm/
H A Dlanai.c1106 PCI_STATUS_REC_MASTER_ABORT | PCI_STATUS_REC_TARGET_ABORT |
1124 e(PCI_STATUS_REC_TARGET_ABORT, "master target", m_target_abort);
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c969 else if (status & PCI_STATUS_REC_TARGET_ABORT)
/linux-master/drivers/net/ethernet/sun/
H A Dsungem.c559 if (pci_errs & PCI_STATUS_REC_TARGET_ABORT)
H A Dcassini.c1706 if (pci_errs & PCI_STATUS_REC_TARGET_ABORT)
/linux-master/include/linux/
H A Dpci.h49 PCI_STATUS_REC_TARGET_ABORT | \

Completed in 300 milliseconds