Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/hotplug/
Dpciehp_hpc.c113 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()
/linux-4.1.27/include/uapi/linux/
Dpci_regs.h548 #define PCI_EXP_SLTSTA_CC 0x0010 /* Command Completed */ macro