Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/pci/hotplug/
Dpciehp_hpc.c235 !(slot_ctrl & PCI_EXP_SLTCTL_CCIE)) in pcie_write_cmd()
829 cmd |= PCI_EXP_SLTCTL_HPIE | PCI_EXP_SLTCTL_CCIE; in pcie_enable_notification()
833 PCI_EXP_SLTCTL_HPIE | PCI_EXP_SLTCTL_CCIE); in pcie_enable_notification()
847 PCI_EXP_SLTCTL_HPIE | PCI_EXP_SLTCTL_CCIE | in pcie_disable_notification()
/linux-3.4.99/include/linux/
Dpci_regs.h483 #define PCI_EXP_SLTCTL_CCIE 0x0010 /* Command Completed Interrupt Enable */ macro
/linux-3.4.99/drivers/pci/pcie/
Dportdrv_core.c282 reg16 &= ~(PCI_EXP_SLTCTL_CCIE | PCI_EXP_SLTCTL_HPIE); in get_port_device_capability()