Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/hotplug/
Dpciehp_hpc.c405 return !!(slot_status & PCI_EXP_SLTSTA_PFD); in pciehp_query_power_fault()
465 if (slot_status & PCI_EXP_SLTSTA_PFD) in pciehp_power_on_slot()
467 PCI_EXP_SLTSTA_PFD); in pciehp_power_on_slot()
532 events = status & (PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD | in pciehp_isr()
541 events &= ~PCI_EXP_SLTSTA_PFD; in pciehp_isr()
613 if ((events & PCI_EXP_SLTSTA_PFD) && !ctrl->power_fault_detected) { in pciehp_ist()
854 PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD | in pcie_init()
/Linux-v5.4/drivers/pci/
Dpci-bridge-emul.c234 .w1c = (PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD |
/Linux-v5.4/include/uapi/linux/
Dpci_regs.h609 #define PCI_EXP_SLTSTA_PFD 0x0002 /* Power Fault Detected */ macro