Searched refs:phy_t2 (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/phy/cadence/
H A Dphy-cadence-torrent.c1053 enum cdns_torrent_phy_type phy_t2)
1055 switch (phy_t2) {
2468 enum cdns_torrent_phy_type phy_t1, phy_t2; local
2482 phy_t2 = cdns_phy->phys[1].phy_type;
2486 * values as [phy_t1][phy_t2][ssc].
2492 * configure the PHY for second link with phy_t2.
2493 * Get the array values as [phy_t2][phy_t1][ssc].
2495 swap(phy_t1, phy_t2);
2507 * values should be same for [phy_t1][phy_t2][ssc] and
2508 * [phy_t2][phy_t
1052 cdns_torrent_dp_get_pll(struct cdns_torrent_phy *cdns_phy, enum cdns_torrent_phy_type phy_t2) argument
[all...]
H A Dphy-cadence-sierra.c1249 enum cdns_sierra_phy_type phy_t1, phy_t2; local
1269 phy_t2 = sp->phys[1].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
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][ss
[all...]

Completed in 203 milliseconds