Home
last modified time | relevance | path

Searched refs:phy_t1 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/phy/cadence/
H A Dphy-cadence-sierra.c1255 enum cdns_sierra_phy_type phy_t1, phy_t2; in cdns_sierra_phy_configure_multilink() local
1272 phy_t1 = sp->phys[0].phy_type; in cdns_sierra_phy_configure_multilink()
1281 * [1] For first step, phy_t1 = TYPE_PCIE and phy_t2 = TYPE_QSGMII in cdns_sierra_phy_configure_multilink()
1285 * [2] In second step, the variables phy_t1 and phy_t2 are swapped. So now, in cdns_sierra_phy_configure_multilink()
1286 * phy_t1 = TYPE_QSGMII and phy_t2 = TYPE_PCIE. And the register values are selected as in cdns_sierra_phy_configure_multilink()
1298 * If first link with phy_t1 is configured, then configure the PHY for in cdns_sierra_phy_configure_multilink()
1299 * second link with phy_t2. Get the array values as [phy_t2][phy_t1][ssc]. in cdns_sierra_phy_configure_multilink()
1301 swap(phy_t1, phy_t2); in cdns_sierra_phy_configure_multilink()
1309 pcs_cmn_vals = init_data->pcs_cmn_vals[phy_t1][phy_t2][ssc]; in cdns_sierra_phy_configure_multilink()
1319 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.c2480 enum cdns_torrent_phy_type phy_t1, phy_t2; in cdns_torrent_phy_configure_multilink() local
2499 * It is possible for phy_t1 to be the same as phy_t2 for special in cdns_torrent_phy_configure_multilink()
2503 phy_t1 = cdns_phy->phys[0].phy_type; in cdns_torrent_phy_configure_multilink()
2518 phy_t1 = fns(cdns_phy->protocol_bitmask, 0); in cdns_torrent_phy_configure_multilink()
2536 * phy_t1 and phy_t2 are modified in such cases to support the in cdns_torrent_phy_configure_multilink()
2549 phy_t1 = TYPE_PCIE_ML; in cdns_torrent_phy_configure_multilink()
2561 * Configure all links with the protocol phy_t1 first followed by in cdns_torrent_phy_configure_multilink()
2564 * When phy_t1 = phy_t2, it is a single protocol and configuration in cdns_torrent_phy_configure_multilink()
2568 * When phy_t1 != phy_t2, there are two protocols and configuration in cdns_torrent_phy_configure_multilink()
2577 * phy_t1 in cdns_torrent_phy_configure_multilink()
[all...]