Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/pci/hotplug/
Dpciehp_hpc.c483 return !!(slot_status & PCI_EXP_SLTSTA_PFD); in pciehp_query_power_fault()
543 if (slot_status & PCI_EXP_SLTSTA_PFD) in pciehp_power_on_slot()
545 PCI_EXP_SLTSTA_PFD); in pciehp_power_on_slot()
637 status &= PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD | in pciehp_isr()
646 status &= ~PCI_EXP_SLTSTA_PFD; in pciehp_isr()
647 else if (status & PCI_EXP_SLTSTA_PFD) in pciehp_isr()
732 if (events & PCI_EXP_SLTSTA_PFD) { in pciehp_ist()
1036 PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD | in pcie_init()
/linux-5.19.10/drivers/pci/
Dpci-bridge-emul.c248 .w1c = (PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD |
/linux-5.19.10/include/uapi/linux/
Dpci_regs.h623 #define PCI_EXP_SLTSTA_PFD 0x0002 /* Power Fault Detected */ macro