Home
last modified time | relevance | path

Searched refs:PCI_STATUS_SIG_TARGET_ABORT (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_isa.c149 if ((value & PCI_STATUS_SIG_TARGET_ABORT) && in pci_isa_write_reg()
252 conf_data |= PCI_STATUS_SIG_TARGET_ABORT; in pci_isa_read_reg()
/openbmc/linux/arch/sh/drivers/pci/
H A Dpci-sh7780.c108 PCI_STATUS_SIG_TARGET_ABORT | in sh7780_pci_err_irq()
176 PCI_STATUS_SIG_TARGET_ABORT | \ in sh7780_pci_setup_irqs()
H A Dcommon.c135 PCI_STATUS_SIG_TARGET_ABORT | in pcibios_handle_status_errors()
/openbmc/linux/arch/arm/mach-footbridge/
H A Ddc21285.c167 PCI_STATUS_SIG_TARGET_ABORT | in dc21285_abort_irq()
/openbmc/linux/arch/sparc/kernel/
H A Dleon_pci_grpci1.c75 #define DEF_PCI_ERRORS (PCI_STATUS_SIG_TARGET_ABORT | \
491 if (status & PCI_STATUS_SIG_TARGET_ABORT) in grpci1_err_interrupt()
H A Dpsycho_common.c279 PCI_STATUS_SIG_TARGET_ABORT | in psycho_pcierr_intr_other()
H A Dpci_common.c489 (status & (PCI_STATUS_SIG_TARGET_ABORT | in pci_scan_for_target_abort()
H A Dpci_schizo.c624 PCI_STATUS_SIG_TARGET_ABORT | in schizo_pcierr_intr_other()
/openbmc/qemu/hw/i386/
H A Damd_iommu.c243 PCI_STATUS_SIG_TARGET_ABORT); in amdvi_page_fault()
260 PCI_STATUS_SIG_TARGET_ABORT); in amdvi_log_devtab_error()
273 PCI_STATUS_SIG_TARGET_ABORT); in amdvi_log_command_error()
314 PCI_STATUS_SIG_TARGET_ABORT); in amdvi_log_pagetab_error()
/openbmc/linux/arch/mips/pci/
H A Dops-tx4927.c379 { PCI_STATUS_SIG_TARGET_ABORT, "SignaledTargetAbort" }, in tx4927_report_pcic_status1()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h65 #define PCI_STATUS_SIG_TARGET_ABORT 0x800 /* Set on target abort */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h65 #define PCI_STATUS_SIG_TARGET_ABORT 0x800 /* Set on target abort */ macro
/openbmc/u-boot/include/
H A Dpci.h45 #define PCI_STATUS_SIG_TARGET_ABORT 0x800 /* Set on target abort */ macro
/openbmc/linux/drivers/atm/
H A Dlanai.c1107 PCI_STATUS_SIG_TARGET_ABORT | PCI_STATUS_PARITY; in pcistatus_check()
1125 e(PCI_STATUS_SIG_TARGET_ABORT, "slave", s_target_abort); in pcistatus_check()
/openbmc/linux/drivers/ssb/
H A Dpci.c138 pci_status &= ~PCI_STATUS_SIG_TARGET_ABORT; in ssb_pci_xtal()
/openbmc/qemu/tests/qtest/
H A Dahci-test.c273 ASSERT_BIT_CLEAR(data, PCI_STATUS_SIG_TARGET_ABORT); in ahci_test_pci_spec()
/openbmc/linux/include/linux/
H A Dpci.h50 PCI_STATUS_SIG_TARGET_ABORT | \
/openbmc/qemu/hw/pci/
H A Dpci.c902 PCI_STATUS_PARITY | PCI_STATUS_SIG_TARGET_ABORT | in pci_init_w1cmask()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsungem.c557 if (pci_errs & PCI_STATUS_SIG_TARGET_ABORT) in gem_pci_interrupt()
H A Dcassini.c1704 if (pci_errs & PCI_STATUS_SIG_TARGET_ABORT) in cas_pci_interrupt()