Lines Matching full:tx2
3071 u16 tx2; member
3156 void __iomem *tx2; member
3270 .tx2 = 0x0600,
3281 .tx2 = 0x0800,
3291 .tx2 = 0x1600,
3301 .tx2 = 0x0600,
3312 .tx2 = 0x0800,
3323 .tx2 = 0x3800,
3333 .tx2 = 0x1800,
3343 .tx2 = 0x0800,
4424 tx4 = qmp->port_b + offs->tx2; in qmp_pcie_init_port_b()
4451 void __iomem *tx2 = qmp->tx2; in qmp_pcie_init_registers() local
4474 qmp_configure_lane(qmp->dev, tx2, tbls->tx, tbls->tx_num, 2); in qmp_pcie_init_registers()
4939 * For dual lane PHYs: tx2 -> 3, rx2 -> 4, pcs_misc (optional) -> 5 in qmp_pcie_parse_dt_legacy()
4958 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_pcie_parse_dt_legacy()
4959 if (IS_ERR(qmp->tx2)) in qmp_pcie_parse_dt_legacy()
4960 return PTR_ERR(qmp->tx2); in qmp_pcie_parse_dt_legacy()
5063 qmp->tx2 = base + offs->tx2; in qmp_pcie_parse_dt()