Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
H A Dpcie.c948 u16 lnkctl2, vendor; in do_pcie_gen3_transition() local
1199 ret = pcie_capability_read_word(parent, PCI_EXP_LNKCTL2, &lnkctl2); in do_pcie_gen3_transition()
1207 (u32)lnkctl2); in do_pcie_gen3_transition()
1209 if ((lnkctl2 & PCI_EXP_LNKCTL2_TLS) < target_vector) { in do_pcie_gen3_transition()
/linux/drivers/pci/
H A Dpci-bridge-emul.h63 __le16 lnkctl2; member
/linux/drivers/pci/controller/
H A Dpcie-brcmstb.c477 u16 lnkctl2 = readw(pcie->base + BRCM_PCIE_CAP_REGS + PCI_EXP_LNKCTL2); in brcm_pcie_set_gen() local
483 u16p_replace_bits(&lnkctl2, gen, PCI_EXP_LNKCTL2_TLS); in brcm_pcie_set_gen()
484 writew(lnkctl2, pcie->base + BRCM_PCIE_CAP_REGS + PCI_EXP_LNKCTL2); in brcm_pcie_set_gen()