Searched refs:link_cmn_vals (Results 1 – 1 of 1) sorted by relevance
370 struct cdns_torrent_vals *link_cmn_vals[NUM_PHY_TYPE][NUM_PHY_TYPE] member1914 struct cdns_torrent_vals *link_cmn_vals, *xcvr_diag_vals; in cdns_torrent_phy_init() local1935 link_cmn_vals = init_data->link_cmn_vals[phy_type][TYPE_NONE][ssc]; in cdns_torrent_phy_init()1936 if (link_cmn_vals) { in cdns_torrent_phy_init()1937 reg_pairs = link_cmn_vals->reg_pairs; in cdns_torrent_phy_init()1938 num_regs = link_cmn_vals->num_regs; in cdns_torrent_phy_init()2045 struct cdns_torrent_vals *link_cmn_vals, *xcvr_diag_vals; in cdns_torrent_phy_configure_multilink() local2091 link_cmn_vals = init_data->link_cmn_vals[phy_t1][phy_t2][ssc]; in cdns_torrent_phy_configure_multilink()2092 if (link_cmn_vals) { in cdns_torrent_phy_configure_multilink()2093 reg_pairs = link_cmn_vals->reg_pairs; in cdns_torrent_phy_configure_multilink()[all …]