Lines Matching refs:tx2
2156 u16 tx2; member
2230 void __iomem *tx2; member
2333 .tx2 = 0x0600,
2343 .tx2 = 0x0800,
2353 .tx2 = 0x1600,
2363 .tx2 = 0x0800,
2373 .tx2 = 0x3800,
2383 .tx2 = 0x0800,
3124 tx4 = qmp->port_b + offs->tx2; in qmp_pcie_init_port_b()
3140 void __iomem *tx2 = qmp->tx2; in qmp_pcie_init_registers() local
3155 qmp_pcie_configure_lane(tx2, tbls->tx, tbls->tx_num, 2); in qmp_pcie_init_registers()
3516 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_pcie_parse_dt_legacy()
3517 if (IS_ERR(qmp->tx2)) in qmp_pcie_parse_dt_legacy()
3518 return PTR_ERR(qmp->tx2); in qmp_pcie_parse_dt_legacy()
3612 qmp->tx2 = base + offs->tx2; in qmp_pcie_parse_dt()