Searched refs:PCI_EXP_SLTSTA_CC (Results 1 – 2 of 2) sorted by relevance
113 if (slot_status & PCI_EXP_SLTSTA_CC) { in pcie_poll_cmd()115 PCI_EXP_SLTSTA_CC); in pcie_poll_cmd()122 if (slot_status & PCI_EXP_SLTSTA_CC) { in pcie_poll_cmd()124 PCI_EXP_SLTSTA_CC); in pcie_poll_cmd()549 PCI_EXP_SLTSTA_CC | PCI_EXP_SLTSTA_DLLSC); in pcie_isr()562 if (intr_loc & PCI_EXP_SLTSTA_CC) { in pcie_isr()578 if (!(intr_loc & ~PCI_EXP_SLTSTA_CC)) in pcie_isr()830 PCI_EXP_SLTSTA_CC | PCI_EXP_SLTSTA_DLLSC); in pcie_init()
548 #define PCI_EXP_SLTSTA_CC 0x0010 /* Command Completed */ macro