Searched refs:PCI_EXP_SLTSTA_PFD (Results 1 – 2 of 2) sorted by relevance
431 return !!(slot_status & PCI_EXP_SLTSTA_PFD); in pciehp_query_power_fault()511 if (slot_status & PCI_EXP_SLTSTA_PFD) in pciehp_power_on_slot()513 PCI_EXP_SLTSTA_PFD); in pciehp_power_on_slot()563 detected &= (PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD | in pcie_isr()614 if ((intr_loc & PCI_EXP_SLTSTA_PFD) && !ctrl->power_fault_detected) { in pcie_isr()815 PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD | in pcie_init()
586 #define PCI_EXP_SLTSTA_PFD 0x0002 /* Power Fault Detected */ macro