Home
last modified time | relevance | path

Searched refs:PCI_EXP_LNKCTL_LD (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw_reset.c446 err = pcie_capability_set_word(bridge, PCI_EXP_LNKCTL, PCI_EXP_LNKCTL_LD); in mlx5_pci_link_toggle()
450 err = pcie_capability_clear_word(bridge, PCI_EXP_LNKCTL, PCI_EXP_LNKCTL_LD); in mlx5_pci_link_toggle()
/openbmc/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c337 PCI_EXP_LNKCTL_LD, in __pciehp_link_set()
338 enable ? 0 : PCI_EXP_LNKCTL_LD); in __pciehp_link_set()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-intel-gw.c129 val &= ~(PCI_EXP_LNKCTL_LD | PCI_EXP_LNKCTL_ASPMC); in intel_pcie_link_setup()
/openbmc/linux/arch/powerpc/kernel/
H A Deeh_pe.c670 val &= ~PCI_EXP_LNKCTL_LD; in eeh_bridge_check_link()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h557 #define PCI_EXP_LNKCTL_LD 0x0010 /* Link Disable */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h558 #define PCI_EXP_LNKCTL_LD 0x0010 /* Link Disable */ macro