Home
last modified time | relevance | path

Searched refs:PCI_STATUS_REC_MASTER_ABORT (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/arch/arm/mach-footbridge/
H A Ddc21285.c26 #define PCICMD_ABORT ((PCI_STATUS_REC_MASTER_ABORT| \
30 PCI_STATUS_REC_MASTER_ABORT | \
158 if (status & PCI_STATUS_REC_MASTER_ABORT) { in dc21285_abort_irq()
161 cmd |= PCI_STATUS_REC_MASTER_ABORT << 16; in dc21285_abort_irq()
166 pcibios_report_status(PCI_STATUS_REC_MASTER_ABORT | in dc21285_abort_irq()
/openbmc/linux/arch/sh/drivers/pci/
H A Dcommon.c127 if (status & PCI_STATUS_REC_MASTER_ABORT) { in pcibios_handle_status_errors()
129 cmd |= PCI_STATUS_REC_MASTER_ABORT; in pcibios_handle_status_errors()
136 PCI_STATUS_REC_MASTER_ABORT, 1); in pcibios_handle_status_errors()
H A Dpci-sh7780.c110 PCI_STATUS_REC_MASTER_ABORT)) { in sh7780_pci_err_irq()
174 PCI_STATUS_REC_MASTER_ABORT | \ in sh7780_pci_setup_irqs()
/openbmc/linux/arch/mips/pci/
H A Dops-tx4927.c70 | (PCI_STATUS_REC_MASTER_ABORT << 16), in mkaddr()
83 & (PCI_STATUS_REC_MASTER_ABORT << 16)) { in check_abort()
85 | (PCI_STATUS_REC_MASTER_ABORT << 16), in check_abort()
377 { PCI_STATUS_REC_MASTER_ABORT, "ReceivedMasterAbort" }, in tx4927_report_pcic_status1()
/openbmc/linux/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_isa.c157 if ((value & PCI_STATUS_REC_MASTER_ABORT) in pci_isa_write_reg()
256 conf_data |= PCI_STATUS_REC_MASTER_ABORT; in pci_isa_read_reg()
/openbmc/linux/arch/sparc/kernel/
H A Dleon_pci_grpci1.c77 PCI_STATUS_REC_MASTER_ABORT)
497 if (status & PCI_STATUS_REC_MASTER_ABORT) in grpci1_err_interrupt()
H A Dpsycho_common.c281 PCI_STATUS_REC_MASTER_ABORT | in psycho_pcierr_intr_other()
H A Dpci_common.c513 (status & (PCI_STATUS_REC_MASTER_ABORT)); in pci_scan_for_master_abort()
H A Dpci_schizo.c626 PCI_STATUS_REC_MASTER_ABORT | in schizo_pcierr_intr_other()
/openbmc/qemu/hw/pci-host/
H A Dbonito.c507 status &= ~(PCI_STATUS_REC_MASTER_ABORT | PCI_STATUS_REC_TARGET_ABORT); in bonito_spciconf_write()
535 status &= ~(PCI_STATUS_REC_MASTER_ABORT | PCI_STATUS_REC_TARGET_ABORT); in bonito_spciconf_read()
/openbmc/linux/drivers/pci/controller/
H A Dpci-ixp4xx.c496 status |= PCI_STATUS_REC_MASTER_ABORT; in ixp4xx_pci_abort_handler()
H A Dpcie-rcar-host.c217 (PCI_STATUS_REC_MASTER_ABORT | PCI_STATUS_REC_TARGET_ABORT)) in rcar_pcie_config_access()
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h67 #define PCI_STATUS_REC_MASTER_ABORT 0x2000 /* Set on master abort */ macro
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h67 #define PCI_STATUS_REC_MASTER_ABORT 0x2000 /* Set on master abort */ macro
/openbmc/u-boot/include/
H A Dpci.h47 #define PCI_STATUS_REC_MASTER_ABORT 0x2000 /* Set on master abort */ macro
/openbmc/linux/drivers/net/wireless/intersil/p54/
H A Dp54usb.c686 reg |= cpu_to_le32(PCI_STATUS_REC_MASTER_ABORT); in p54u_upload_firmware_net2280()
/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c967 else if (status & PCI_STATUS_REC_MASTER_ABORT) in asd_hst_pcix_isr()
/openbmc/linux/drivers/atm/
H A Dlanai.c1106 PCI_STATUS_REC_MASTER_ABORT | PCI_STATUS_REC_TARGET_ABORT | in pcistatus_check()
1123 e(PCI_STATUS_REC_MASTER_ABORT, "master", master_abort); in pcistatus_check()
/openbmc/qemu/tests/qtest/
H A Dahci-test.c275 ASSERT_BIT_CLEAR(data, PCI_STATUS_REC_MASTER_ABORT); in ahci_test_pci_spec()
/openbmc/qemu/hw/pci/
H A Dpci.c882 PCI_STATUS_REC_TARGET_ABORT | PCI_STATUS_REC_MASTER_ABORT | in pci_init_w1cmask()
/openbmc/linux/include/linux/
H A Dpci.h48 PCI_STATUS_REC_MASTER_ABORT | \
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsungem.c561 if (pci_errs & PCI_STATUS_REC_MASTER_ABORT) in gem_pci_interrupt()
H A Dcassini.c1708 if (pci_errs & PCI_STATUS_REC_MASTER_ABORT) in cas_pci_interrupt()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c7740 status_reg & PCI_STATUS_REC_MASTER_ABORT) { in ixgbe_check_for_bad_vf()