Lines Matching full:tx2
2583 u16 tx2; member
2660 void __iomem *tx2; member
2764 .tx2 = 0x0600,
2774 .tx2 = 0x0800,
2784 .tx2 = 0x1600,
2794 .tx2 = 0x0600,
2804 .tx2 = 0x0800,
2814 .tx2 = 0x3800,
2824 .tx2 = 0x0800,
3716 tx4 = qmp->port_b + offs->tx2; in qmp_pcie_init_port_b()
3743 void __iomem *tx2 = qmp->tx2; in qmp_pcie_init_registers() local
3758 qmp_configure_lane(qmp->dev, tx2, tbls->tx, tbls->tx_num, 2); in qmp_pcie_init_registers()
4171 * For dual lane PHYs: tx2 -> 3, rx2 -> 4, pcs_misc (optional) -> 5 in qmp_pcie_parse_dt_legacy()
4190 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_pcie_parse_dt_legacy()
4191 if (IS_ERR(qmp->tx2)) in qmp_pcie_parse_dt_legacy()
4192 return PTR_ERR(qmp->tx2); in qmp_pcie_parse_dt_legacy()
4286 qmp->tx2 = base + offs->tx2; in qmp_pcie_parse_dt()