Searched refs:PCI_EXP_LNKCTL_LD (Results 1 – 5 of 5) sorted by relevance
414 err = pcie_capability_set_word(bridge, PCI_EXP_LNKCTL, PCI_EXP_LNKCTL_LD); in mlx5_pci_link_toggle()418 err = pcie_capability_clear_word(bridge, PCI_EXP_LNKCTL, PCI_EXP_LNKCTL_LD); in mlx5_pci_link_toggle()
337 PCI_EXP_LNKCTL_LD, in __pciehp_link_set()338 enable ? 0 : PCI_EXP_LNKCTL_LD); in __pciehp_link_set()
129 val &= ~(PCI_EXP_LNKCTL_LD | PCI_EXP_LNKCTL_ASPMC); in intel_pcie_link_setup()
670 val &= ~PCI_EXP_LNKCTL_LD; in eeh_bridge_check_link()
557 #define PCI_EXP_LNKCTL_LD 0x0010 /* Link Disable */ macro