Lines Matching refs:tbls
2183 const struct qmp_phy_cfg_tbls tbls;
2393 .tbls = {
2418 .tbls = {
2447 .tbls = {
2474 .tbls = {
2501 .tbls = {
2524 .tbls = {
2561 .tbls = {
2598 .tbls = {
2625 .tbls = {
2652 .tbls = {
2685 .tbls = {
2718 .tbls = {
2754 .tbls = {
2796 .tbls = {
2831 .tbls = {
2866 .tbls = {
2893 .tbls = {
2928 .tbls = {
2970 .tbls = {
2997 .tbls = {
3026 .tbls = {
3060 .tbls = {
3116 static void qmp_pcie_init_port_b(struct qmp_pcie *qmp, const struct qmp_phy_cfg_tbls *tbls)
3127 qmp_pcie_configure_lane(tx3, tbls->tx, tbls->tx_num, 1);
3128 qmp_pcie_configure_lane(rx3, tbls->rx, tbls->rx_num, 1);
3130 qmp_pcie_configure_lane(tx4, tbls->tx, tbls->tx_num, 2);
3131 qmp_pcie_configure_lane(rx4, tbls->rx, tbls->rx_num, 2);
3134 static void qmp_pcie_init_registers(struct qmp_pcie *qmp, const struct qmp_phy_cfg_tbls *tbls)
3146 if (!tbls)
3149 qmp_pcie_configure(serdes, tbls->serdes, tbls->serdes_num);
3151 qmp_pcie_configure_lane(tx, tbls->tx, tbls->tx_num, 1);
3152 qmp_pcie_configure_lane(rx, tbls->rx, tbls->rx_num, 1);
3155 qmp_pcie_configure_lane(tx2, tbls->tx, tbls->tx_num, 2);
3156 qmp_pcie_configure_lane(rx2, tbls->rx, tbls->rx_num, 2);
3159 qmp_pcie_configure(pcs, tbls->pcs, tbls->pcs_num);
3160 qmp_pcie_configure(pcs_misc, tbls->pcs_misc, tbls->pcs_misc_num);
3164 qmp_pcie_init_port_b(qmp, tbls);
3167 qmp_pcie_configure(ln_shrd, tbls->ln_shrd, tbls->ln_shrd_num);
3248 qmp_pcie_init_registers(qmp, &cfg->tbls);
3534 if (cfg->tbls.pcs_misc ||
3622 if (cfg->tbls.ln_shrd)