Lines Matching refs:tx2
1743 u16 tx2; member
1820 void __iomem *tx2; member
1905 .tx2 = 0x1600,
1915 .tx2 = 0x0800,
2562 tx4 = qmp->port_b + offs->tx2; in qmp_pcie_init_port_b()
2578 void __iomem *tx2 = qmp->tx2; in qmp_pcie_init_registers() local
2593 qmp_pcie_configure_lane(tx2, tbls->tx, tbls->tx_num, 2); in qmp_pcie_init_registers()
2955 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_pcie_parse_dt_legacy()
2956 if (IS_ERR(qmp->tx2)) in qmp_pcie_parse_dt_legacy()
2957 return PTR_ERR(qmp->tx2); in qmp_pcie_parse_dt_legacy()
3051 qmp->tx2 = base + offs->tx2; in qmp_pcie_parse_dt()