Searched refs:PCI_ERROR_PCI_NO_RSP (Results 1 – 2 of 2) sorted by relevance
116 if(immap->im_pci.pci_esr & cpu_to_le32(PCI_ERROR_PCI_NO_RSP)) { in MachineCheckException()117 immap->im_pci.pci_esr = cpu_to_le32(PCI_ERROR_PCI_NO_RSP); in MachineCheckException()
143 #define PCI_ERROR_PCI_NO_RSP 0x00000008 macro