Searched refs:PCI_EXP_SLTSTA_CC (Results 1 – 3 of 3) sorted by relevance
79 if (slot_status & PCI_EXP_SLTSTA_CC) { in pcie_poll_cmd()81 PCI_EXP_SLTSTA_CC); in pcie_poll_cmd()533 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_CC | in pciehp_isr()558 if (events & PCI_EXP_SLTSTA_CC) { in pciehp_isr()563 if (events == PCI_EXP_SLTSTA_CC) in pciehp_isr()566 events &= ~PCI_EXP_SLTSTA_CC; in pciehp_isr()855 PCI_EXP_SLTSTA_MRLSC | PCI_EXP_SLTSTA_CC | in pcie_init()
236 PCI_EXP_SLTSTA_CC | PCI_EXP_SLTSTA_DLLSC) << 16,
612 #define PCI_EXP_SLTSTA_CC 0x0010 /* Command Completed */ macro