Searched refs:link_cmn_vals (Results 1 – 1 of 1) sorted by relevance
401 struct cdns_torrent_vals *link_cmn_vals[NUM_PHY_TYPE][NUM_PHY_TYPE] member2148 struct cdns_torrent_vals *link_cmn_vals, *xcvr_diag_vals; in cdns_torrent_phy_init() local2169 link_cmn_vals = init_data->link_cmn_vals[phy_type][TYPE_NONE][ssc]; in cdns_torrent_phy_init()2170 if (link_cmn_vals) { in cdns_torrent_phy_init()2171 reg_pairs = link_cmn_vals->reg_pairs; in cdns_torrent_phy_init()2172 num_regs = link_cmn_vals->num_regs; in cdns_torrent_phy_init()2279 struct cdns_torrent_vals *link_cmn_vals, *xcvr_diag_vals; in cdns_torrent_phy_configure_multilink() local2323 link_cmn_vals = init_data->link_cmn_vals[phy_t1][phy_t2][ssc]; in cdns_torrent_phy_configure_multilink()2324 if (link_cmn_vals) { in cdns_torrent_phy_configure_multilink()2325 reg_pairs = link_cmn_vals->reg_pairs; in cdns_torrent_phy_configure_multilink()[all …]