Lines Matching refs:tx2
2962 u16 tx2; member
3047 void __iomem *tx2; member
3153 .tx2 = 0x0600,
3164 .tx2 = 0x0800,
3174 .tx2 = 0x1600,
3184 .tx2 = 0x0600,
3195 .tx2 = 0x0800,
3206 .tx2 = 0x3800,
3216 .tx2 = 0x0800,
4270 tx4 = qmp->port_b + offs->tx2; in qmp_pcie_init_port_b()
4297 void __iomem *tx2 = qmp->tx2; in qmp_pcie_init_registers() local
4320 qmp_configure_lane(qmp->dev, tx2, tbls->tx, tbls->tx_num, 2); in qmp_pcie_init_registers()
4799 qmp->tx2 = devm_of_iomap(dev, np, 3, NULL); in qmp_pcie_parse_dt_legacy()
4800 if (IS_ERR(qmp->tx2)) in qmp_pcie_parse_dt_legacy()
4801 return PTR_ERR(qmp->tx2); in qmp_pcie_parse_dt_legacy()
4904 qmp->tx2 = base + offs->tx2; in qmp_pcie_parse_dt()