Home
last modified time | relevance | path

Searched refs:PCI_EXP_SLTCTL_CCIE (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/pci/hotplug/
H A Dpciehp_hpc.c141 ctrl->slot_ctrl & PCI_EXP_SLTCTL_CCIE) in pcie_wait_cmd()
811 cmd |= PCI_EXP_SLTCTL_CCIE; in pcie_enable_notification()
815 PCI_EXP_SLTCTL_HPIE | PCI_EXP_SLTCTL_CCIE | in pcie_enable_notification()
829 PCI_EXP_SLTCTL_HPIE | PCI_EXP_SLTCTL_CCIE | in pcie_disable_notification()
/linux-6.15/drivers/pci/pcie/
H A Dportdrv.c236 PCI_EXP_SLTCTL_CCIE | PCI_EXP_SLTCTL_HPIE); in get_port_device_capability()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h606 #define PCI_EXP_SLTCTL_CCIE 0x0010 /* Command Completed Interrupt Enable */ macro