Home
last modified time | relevance | path

Searched refs:PCI_EXP_SLTSTA_PFD (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/pci/hotplug/
Dpciehp_hpc.c407 return !!(slot_status & PCI_EXP_SLTSTA_PFD); in pciehp_query_power_fault()
501 if (slot_status & PCI_EXP_SLTSTA_PFD) in pciehp_power_on_slot()
503 PCI_EXP_SLTSTA_PFD); in pciehp_power_on_slot()
568 events = status & (PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD | in pciehp_isr()
577 events &= ~PCI_EXP_SLTSTA_PFD; in pciehp_isr()
650 if ((events & PCI_EXP_SLTSTA_PFD) && !ctrl->power_fault_detected) { in pciehp_ist()
894 PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD | in pcie_init()
/Linux-v4.19/include/uapi/linux/
Dpci_regs.h601 #define PCI_EXP_SLTSTA_PFD 0x0002 /* Power Fault Detected */ macro