Home
last modified time | relevance | path

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

/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()