Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c477 return !!(slot_status & PCI_EXP_SLTSTA_PFD); in pciehp_query_power_fault()
537 if (slot_status & PCI_EXP_SLTSTA_PFD) in pciehp_power_on_slot()
539 PCI_EXP_SLTSTA_PFD); in pciehp_power_on_slot()
631 status &= PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD | in pciehp_isr()
640 status &= ~PCI_EXP_SLTSTA_PFD; in pciehp_isr()
641 else if (status & PCI_EXP_SLTSTA_PFD) in pciehp_isr()
723 if (events & PCI_EXP_SLTSTA_PFD) { in pciehp_ist()
1026 PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD | in pcie_init()
/openbmc/linux/drivers/pci/
H A Dpci-bridge-emul.c244 .w1c = (PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD |
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h623 #define PCI_EXP_SLTSTA_PFD 0x0002 /* Power Fault Detected */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h624 #define PCI_EXP_SLTSTA_PFD 0x0002 /* Power Fault Detected */ macro
/openbmc/qemu/hw/pci/
H A Dpcie.c806 #define PCIE_SLOT_EVENTS (PCI_EXP_SLTSTA_ABP | PCI_EXP_SLTSTA_PFD | \ in pcie_cap_slot_write_config()