Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/hotplug/
Dpciehp_hpc.c120 if (slot_status & PCI_EXP_SLTSTA_CC) { in pcie_poll_cmd()
122 PCI_EXP_SLTSTA_CC); in pcie_poll_cmd()
565 PCI_EXP_SLTSTA_CC | PCI_EXP_SLTSTA_DLLSC); in pcie_isr()
578 if (intr_loc & PCI_EXP_SLTSTA_CC) { in pcie_isr()
594 if (!(intr_loc & ~PCI_EXP_SLTSTA_CC)) in pcie_isr()
817 PCI_EXP_SLTSTA_CC | PCI_EXP_SLTSTA_DLLSC); in pcie_init()
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h589 #define PCI_EXP_SLTSTA_CC 0x0010 /* Command Completed */ macro