Home
last modified time | relevance | path

Searched refs:PCI_EXP_SLTCTL_DLLSCE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c799 cmd = PCI_EXP_SLTCTL_DLLSCE; in pcie_enable_notification()
812 PCI_EXP_SLTCTL_DLLSCE); in pcie_enable_notification()
826 PCI_EXP_SLTCTL_DLLSCE); in pcie_disable_notification()
842 mask = PCI_EXP_SLTCTL_HPIE | PCI_EXP_SLTCTL_DLLSCE; in pcie_enable_interrupt()
857 mask = PCI_EXP_SLTCTL_HPIE | PCI_EXP_SLTCTL_DLLSCE; in pcie_disable_interrupt()
911 ctrl_mask |= PCI_EXP_SLTCTL_DLLSCE; in pciehp_reset_slot()
H A Dpnv_php.c48 PCI_EXP_SLTCTL_DLLSCE); in pnv_php_disable_irq()
881 PCI_EXP_SLTCTL_DLLSCE); in pnv_php_init_irq()
885 PCI_EXP_SLTCTL_DLLSCE); in pnv_php_init_irq()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h618 #define PCI_EXP_SLTCTL_DLLSCE 0x1000 /* Data Link Layer State Changed Enable */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h619 #define PCI_EXP_SLTCTL_DLLSCE 0x1000 /* Data Link Layer State Changed Enable */ macro
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw_reset.c345 if ((reg16 & PCI_EXP_SLTCTL_HPIE) && (reg16 & PCI_EXP_SLTCTL_DLLSCE)) { in mlx5_check_hotplug_interrupt()