Home
last modified time | relevance | path

Searched refs:PIC_ISR_PCIX_MTOUT (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/asm-ia64/sn/pci/
Dbridge.h1080 #define PIC_ISR_PCIX_MTOUT (0x1ull << 34) macro
1119 PIC_ISR_PCIX_MTOUT|PIC_ISR_PCIX_TABORT)
1170 #define PIC_IMR_PCIX_MTOUT PIC_ISR_PCIX_MTOUT
1216 #define PIC_IRR_PCIX_MTOUT PIC_ISR_PCIX_MTOUT
/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/
Dpcibr_slot.c1747 p_new_enable = p_old_enable & ~(BRIDGE_IMR_PCI_MST_TIMEOUT | PIC_ISR_PCIX_MTOUT); in pcibr_probe_slot_pic()
1750 if (bridge->p_err_int_view_64 & (BRIDGE_ISR_PCI_MST_TIMEOUT | PIC_ISR_PCIX_MTOUT)) in pcibr_probe_slot_pic()
1758 if (bridge->p_err_int_view_64 & (BRIDGE_ISR_PCI_MST_TIMEOUT | PIC_ISR_PCIX_MTOUT)) { in pcibr_probe_slot_pic()
Dpcibr_error.c349 case PIC_ISR_PCIX_MTOUT: /* bit34 PCI_X_MTOUT */ in pcibr_error_dump()