Home
last modified time | relevance | path

Searched refs:phy_t2 (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/phy/cadence/
H A Dphy-cadence-torrent.c1940 enum cdns_torrent_phy_type phy_t1, phy_t2, tmp_phy_type; in cdns_torrent_phy_configure_multilink() local
1953 phy_t2 = cdns_phy->phys[1].phy_type; in cdns_torrent_phy_configure_multilink()
1957 * values as [phy_t1][phy_t2][ssc]. in cdns_torrent_phy_configure_multilink()
1963 * configure the PHY for second link with phy_t2. in cdns_torrent_phy_configure_multilink()
1964 * Get the array values as [phy_t2][phy_t1][ssc]. in cdns_torrent_phy_configure_multilink()
1967 phy_t1 = phy_t2; in cdns_torrent_phy_configure_multilink()
1968 phy_t2 = tmp_phy_type; in cdns_torrent_phy_configure_multilink()
1979 * values should be same for [phy_t1][phy_t2][ssc] and in cdns_torrent_phy_configure_multilink()
1980 * [phy_t2][phy_t1][ssc]. in cdns_torrent_phy_configure_multilink()
1985 link_cmn_vals = init_data->link_cmn_vals[phy_t1][phy_t2][ss in cdns_torrent_phy_configure_multilink()
[all...]
/kernel/linux/linux-6.6/drivers/phy/cadence/
H A Dphy-cadence-sierra.c1249 enum cdns_sierra_phy_type phy_t1, phy_t2; in cdns_sierra_phy_configure_multilink() local
1269 phy_t2 = sp->phys[1].phy_type; in cdns_sierra_phy_configure_multilink()
1277 * [1] For first step, phy_t1 = TYPE_PCIE and phy_t2 = TYPE_QSGMII in cdns_sierra_phy_configure_multilink()
1281 * [2] In second step, the variables phy_t1 and phy_t2 are swapped. So now, in cdns_sierra_phy_configure_multilink()
1282 * phy_t1 = TYPE_QSGMII and phy_t2 = TYPE_PCIE. And the register values are selected as in cdns_sierra_phy_configure_multilink()
1295 * second link with phy_t2. Get the array values as [phy_t2][phy_t1][ssc]. in cdns_sierra_phy_configure_multilink()
1297 swap(phy_t1, phy_t2); in cdns_sierra_phy_configure_multilink()
1305 pcs_cmn_vals = init_data->pcs_cmn_vals[phy_t1][phy_t2][ssc]; in cdns_sierra_phy_configure_multilink()
1315 phy_pma_ln_vals = init_data->phy_pma_ln_vals[phy_t1][phy_t2][ss in cdns_sierra_phy_configure_multilink()
[all...]
H A Dphy-cadence-torrent.c1051 enum cdns_torrent_phy_type phy_t2) in cdns_torrent_dp_get_pll()
1053 switch (phy_t2) { in cdns_torrent_dp_get_pll()
2465 enum cdns_torrent_phy_type phy_t1, phy_t2; in cdns_torrent_phy_configure_multilink() local
2478 phy_t2 = cdns_phy->phys[1].phy_type; in cdns_torrent_phy_configure_multilink()
2482 * values as [phy_t1][phy_t2][ssc]. in cdns_torrent_phy_configure_multilink()
2488 * configure the PHY for second link with phy_t2. in cdns_torrent_phy_configure_multilink()
2489 * Get the array values as [phy_t2][phy_t1][ssc]. in cdns_torrent_phy_configure_multilink()
2491 swap(phy_t1, phy_t2); in cdns_torrent_phy_configure_multilink()
2502 * values should be same for [phy_t1][phy_t2][ssc] and in cdns_torrent_phy_configure_multilink()
2503 * [phy_t2][phy_t in cdns_torrent_phy_configure_multilink()
1050 cdns_torrent_dp_get_pll(struct cdns_torrent_phy *cdns_phy, enum cdns_torrent_phy_type phy_t2) cdns_torrent_dp_get_pll() argument
[all...]

Completed in 11 milliseconds