Searched refs:PCI_EXP_SLTSTA_PFD (Results 1 – 2 of 2) sorted by relevance
422 return !!(slot_status & PCI_EXP_SLTSTA_PFD); in pciehp_query_power_fault()502 if (slot_status & PCI_EXP_SLTSTA_PFD) in pciehp_power_on_slot()504 PCI_EXP_SLTSTA_PFD); in pciehp_power_on_slot()547 detected &= (PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD | in pcie_isr()594 if ((intr_loc & PCI_EXP_SLTSTA_PFD) && !ctrl->power_fault_detected) { in pcie_isr()828 PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD | in pcie_init()
545 #define PCI_EXP_SLTSTA_PFD 0x0002 /* Power Fault Detected */ macro