Home
last modified time | relevance | path

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

/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
1268 phy_t1 = sp->phys[0].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()
1294 * If first link with phy_t1 is configured, then configure the PHY for 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_t in cdns_sierra_phy_configure_multilink()
[all...]
H A Dphy-cadence-torrent.c2465 enum cdns_torrent_phy_type phy_t1, phy_t2; in cdns_torrent_phy_configure_multilink() local
2477 phy_t1 = cdns_phy->phys[0].phy_type; in cdns_torrent_phy_configure_multilink()
2481 * First configure the PHY for first link with phy_t1. Get the array in cdns_torrent_phy_configure_multilink()
2482 * values as [phy_t1][phy_t2][ssc]. in cdns_torrent_phy_configure_multilink()
2487 * If first link with phy_t1 is configured, then 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_t1][ssc]. in cdns_torrent_phy_configure_multilink()
2510 phy_t1, phy_t in cdns_torrent_phy_configure_multilink()
[all...]
/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
1952 phy_t1 = cdns_phy->phys[0].phy_type; in cdns_torrent_phy_configure_multilink()
1956 * First configure the PHY for first link with phy_t1. Get the array in cdns_torrent_phy_configure_multilink()
1957 * values as [phy_t1][phy_t2][ssc]. in cdns_torrent_phy_configure_multilink()
1962 * If first link with phy_t1 is configured, then in cdns_torrent_phy_configure_multilink()
1964 * Get the array values as [phy_t2][phy_t1][ssc]. in cdns_torrent_phy_configure_multilink()
1966 tmp_phy_type = phy_t1; in cdns_torrent_phy_configure_multilink()
1967 phy_t1 = phy_t2; 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][ss in cdns_torrent_phy_configure_multilink()
[all...]

Completed in 11 milliseconds