Searched refs:PCI_EXP_LNKCTL_LD (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw_reset.c467 err = pcie_capability_set_word(bridge, PCI_EXP_LNKCTL, PCI_EXP_LNKCTL_LD);
471 err = pcie_capability_clear_word(bridge, PCI_EXP_LNKCTL, PCI_EXP_LNKCTL_LD);
/linux-master/arch/powerpc/kernel/
H A Deeh_pe.c670 val &= ~PCI_EXP_LNKCTL_LD;
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-intel-gw.c129 val &= ~(PCI_EXP_LNKCTL_LD | PCI_EXP_LNKCTL_ASPMC);
/linux-master/drivers/pci/hotplug/
H A Dpciehp_hpc.c338 PCI_EXP_LNKCTL_LD,
339 enable ? 0 : PCI_EXP_LNKCTL_LD);
/linux-master/include/uapi/linux/
H A Dpci_regs.h558 #define PCI_EXP_LNKCTL_LD 0x0010 /* Link Disable */ macro

Completed in 145 milliseconds