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.c478 return !!(slot_status & PCI_EXP_SLTSTA_PFD); in pciehp_query_power_fault()
540 if (slot_status & PCI_EXP_SLTSTA_PFD) in pciehp_power_on_slot()
542 PCI_EXP_SLTSTA_PFD); in pciehp_power_on_slot()
634 status &= PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD | in pciehp_isr()
643 status &= ~PCI_EXP_SLTSTA_PFD; in pciehp_isr()
644 else if (status & PCI_EXP_SLTSTA_PFD) in pciehp_isr()
726 if (events & PCI_EXP_SLTSTA_PFD) { in pciehp_ist()
1029 PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD | in pcie_init()
/linux/drivers/pci/
A Dpci-bridge-emul.c244 .w1c = (PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD |
/linux/include/uapi/linux/
A Dpci_regs.h624 #define PCI_EXP_SLTSTA_PFD 0x0002 /* Power Fault Detected */ macro

Completed in 12 milliseconds