Searched refs:PCI_EXP_SLTSTA_CC (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/pci/hotplug/
H A Dpciehp_hpc.c99 if (slot_status & PCI_EXP_SLTSTA_CC) {
101 PCI_EXP_SLTSTA_CC);
132 * pcie_poll_cmd() so it can clear PCI_EXP_SLTSTA_CC.
633 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_CC |
673 if (events & PCI_EXP_SLTSTA_CC) {
678 if (events == PCI_EXP_SLTSTA_CC)
681 events &= ~PCI_EXP_SLTSTA_CC;
1028 PCI_EXP_SLTSTA_MRLSC | PCI_EXP_SLTSTA_CC |
/linux-master/drivers/pci/
H A Dpci-bridge-emul.c246 PCI_EXP_SLTSTA_CC | PCI_EXP_SLTSTA_DLLSC) << 16,
/linux-master/include/uapi/linux/
H A Dpci_regs.h627 #define PCI_EXP_SLTSTA_CC 0x0010 /* Command Completed */ macro

Completed in 127 milliseconds