Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c98 if (slot_status & PCI_EXP_SLTSTA_CC) { in pcie_poll_cmd()
100 PCI_EXP_SLTSTA_CC); in pcie_poll_cmd()
632 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_CC | in pciehp_isr()
672 if (events & PCI_EXP_SLTSTA_CC) { in pciehp_isr()
677 if (events == PCI_EXP_SLTSTA_CC) in pciehp_isr()
680 events &= ~PCI_EXP_SLTSTA_CC; in pciehp_isr()
1027 PCI_EXP_SLTSTA_MRLSC | PCI_EXP_SLTSTA_CC | in pcie_init()
/openbmc/linux/drivers/pci/
H A Dpci-bridge-emul.c246 PCI_EXP_SLTSTA_CC | PCI_EXP_SLTSTA_DLLSC) << 16,
/openbmc/qemu/hw/pci/
H A Dpcie.c748 PCI_EXP_SLTSTA_CC | in pcie_cap_slot_reset()
808 PCI_EXP_SLTSTA_CC) in pcie_cap_slot_write_config()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h626 #define PCI_EXP_SLTSTA_CC 0x0010 /* Command Completed */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h627 #define PCI_EXP_SLTSTA_CC 0x0010 /* Command Completed */ macro