Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
A Dpciehp_hpc.c481 return !!(slot_status & PCI_EXP_SLTSTA_PFD); in pciehp_query_power_fault()
541 if (slot_status & PCI_EXP_SLTSTA_PFD) in pciehp_power_on_slot()
543 PCI_EXP_SLTSTA_PFD); in pciehp_power_on_slot()
635 status &= PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD | in pciehp_isr()
644 status &= ~PCI_EXP_SLTSTA_PFD; in pciehp_isr()
728 if ((events & PCI_EXP_SLTSTA_PFD) && !ctrl->power_fault_detected) { in pciehp_ist()
1018 PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD | in pcie_init()
/linux/drivers/pci/
A Dpci-bridge-emul.c226 .w1c = (PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD |
/linux/include/uapi/linux/
A Dpci_regs.h622 #define PCI_EXP_SLTSTA_PFD 0x0002 /* Power Fault Detected */ macro

Completed in 12 milliseconds