Lines Matching defs:phy_t1
1249 enum cdns_sierra_phy_type phy_t1, phy_t2;
1268 phy_t1 = sp->phys[0].phy_type;
1277 * [1] For first step, phy_t1 = TYPE_PCIE and phy_t2 = TYPE_QSGMII
1281 * [2] In second step, the variables phy_t1 and phy_t2 are swapped. So now,
1282 * phy_t1 = TYPE_QSGMII and phy_t2 = TYPE_PCIE. And the register values are selected as
1294 * If first link with phy_t1 is configured, then configure the PHY for
1295 * second link with phy_t2. Get the array values as [phy_t2][phy_t1][ssc].
1297 swap(phy_t1, phy_t2);
1305 pcs_cmn_vals = init_data->pcs_cmn_vals[phy_t1][phy_t2][ssc];
1315 phy_pma_ln_vals = init_data->phy_pma_ln_vals[phy_t1][phy_t2][ssc];
1327 pma_cmn_vals = init_data->pma_cmn_vals[phy_t1][phy_t2][ssc];
1337 pma_ln_vals = init_data->pma_ln_vals[phy_t1][phy_t2][ssc];
1348 if (phy_t1 == TYPE_SGMII || phy_t1 == TYPE_QSGMII)