Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm/mach-footbridge/
Ddc21285.c27 PCI_STATUS_REC_TARGET_ABORT)<<16)
31 PCI_STATUS_REC_TARGET_ABORT | \
164 if (status & PCI_STATUS_REC_TARGET_ABORT) { in dc21285_abort_irq()
168 PCI_STATUS_REC_TARGET_ABORT, 1); in dc21285_abort_irq()
171 cmd |= PCI_STATUS_REC_TARGET_ABORT << 16; in dc21285_abort_irq()
/linux-6.6.21/arch/sh/drivers/pci/
Dcommon.c132 if (status & PCI_STATUS_REC_TARGET_ABORT) { in pcibios_handle_status_errors()
134 pcibios_report_status(PCI_STATUS_REC_TARGET_ABORT | in pcibios_handle_status_errors()
139 cmd |= PCI_STATUS_REC_TARGET_ABORT; in pcibios_handle_status_errors()
Dpci-sh7780.c109 PCI_STATUS_REC_TARGET_ABORT | in sh7780_pci_err_irq()
175 PCI_STATUS_REC_TARGET_ABORT | \ in sh7780_pci_setup_irqs()
/linux-6.6.21/arch/mips/loongson2ef/common/cs5536/
Dcs5536_isa.c153 if ((value & PCI_STATUS_REC_TARGET_ABORT) && in pci_isa_write_reg()
254 conf_data |= PCI_STATUS_REC_TARGET_ABORT; in pci_isa_read_reg()
/linux-6.6.21/arch/sparc/kernel/
Dleon_pci_grpci1.c76 PCI_STATUS_REC_TARGET_ABORT | \
494 if (status & PCI_STATUS_REC_TARGET_ABORT) in grpci1_err_interrupt()
Dpsycho_common.c280 PCI_STATUS_REC_TARGET_ABORT | in psycho_pcierr_intr_other()
Dpci_common.c490 PCI_STATUS_REC_TARGET_ABORT)); in pci_scan_for_target_abort()
Dpci_schizo.c625 PCI_STATUS_REC_TARGET_ABORT | in schizo_pcierr_intr_other()
/linux-6.6.21/arch/mips/pci/
Dops-tx4927.c378 { PCI_STATUS_REC_TARGET_ABORT, "ReceivedTargetAbort" }, in tx4927_report_pcic_status1()
/linux-6.6.21/include/uapi/linux/
Dpci_regs.h66 #define PCI_STATUS_REC_TARGET_ABORT 0x1000 /* Master ack of " */ macro
/linux-6.6.21/drivers/pci/controller/
Dpcie-rcar-host.c217 (PCI_STATUS_REC_MASTER_ABORT | PCI_STATUS_REC_TARGET_ABORT)) in rcar_pcie_config_access()
/linux-6.6.21/drivers/scsi/aic94xx/
Daic94xx_hwi.c969 else if (status & PCI_STATUS_REC_TARGET_ABORT) in asd_hst_pcix_isr()
/linux-6.6.21/drivers/atm/
Dlanai.c1106 PCI_STATUS_REC_MASTER_ABORT | PCI_STATUS_REC_TARGET_ABORT | in pcistatus_check()
1124 e(PCI_STATUS_REC_TARGET_ABORT, "master target", m_target_abort); in pcistatus_check()
/linux-6.6.21/include/linux/
Dpci.h49 PCI_STATUS_REC_TARGET_ABORT | \
/linux-6.6.21/drivers/net/ethernet/sun/
Dsungem.c559 if (pci_errs & PCI_STATUS_REC_TARGET_ABORT) in gem_pci_interrupt()
Dcassini.c1706 if (pci_errs & PCI_STATUS_REC_TARGET_ABORT) in cas_pci_interrupt()