Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c480 return !!(slot_status & PCI_EXP_SLTSTA_PFD); in pciehp_query_power_fault()
542 if (slot_status & PCI_EXP_SLTSTA_PFD) in pciehp_power_on_slot()
544 PCI_EXP_SLTSTA_PFD); in pciehp_power_on_slot()
666 status &= PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD | in pciehp_isr()
675 status &= ~PCI_EXP_SLTSTA_PFD; in pciehp_isr()
676 else if (status & PCI_EXP_SLTSTA_PFD) in pciehp_isr()
758 if (events & PCI_EXP_SLTSTA_PFD) { in pciehp_ist()
1057 PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD | in pcie_init()
/linux/drivers/pci/
H A Dpci-bridge-emul.c244 .w1c = (PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD |
/linux/include/uapi/linux/
H A Dpci_regs.h635 #define PCI_EXP_SLTSTA_PFD 0x0002 /* Power Fault Detected */ macro