Searched refs:lnkctl2 (Results 1 – 3 of 3) sorted by relevance
948 u16 lnkctl2, vendor; in do_pcie_gen3_transition() local1199 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()
63 __le16 lnkctl2; member
477 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()