Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/hotplug/
Dpciehp_hpc.c80 if (slot_status & PCI_EXP_SLTSTA_CC) { in pcie_poll_cmd()
82 PCI_EXP_SLTSTA_CC); in pcie_poll_cmd()
569 PCI_EXP_SLTSTA_PDC | PCI_EXP_SLTSTA_CC | in pciehp_isr()
594 if (events & PCI_EXP_SLTSTA_CC) { in pciehp_isr()
599 if (events == PCI_EXP_SLTSTA_CC) in pciehp_isr()
602 events &= ~PCI_EXP_SLTSTA_CC; in pciehp_isr()
895 PCI_EXP_SLTSTA_MRLSC | PCI_EXP_SLTSTA_CC | in pcie_init()
/Linux-v4.19/include/uapi/linux/
Dpci_regs.h604 #define PCI_EXP_SLTSTA_CC 0x0010 /* Command Completed */ macro