Searched refs:link_cmn_vals (Results 1 – 1 of 1) sorted by relevance
342 struct cdns_torrent_vals *link_cmn_vals[NUM_PHY_TYPE][NUM_PHY_TYPE] member1830 struct cdns_torrent_vals *link_cmn_vals, *xcvr_diag_vals; in cdns_torrent_phy_init() local1854 link_cmn_vals = init_data->link_cmn_vals[phy_type][TYPE_NONE][ssc]; in cdns_torrent_phy_init()1855 if (link_cmn_vals) { in cdns_torrent_phy_init()1856 reg_pairs = link_cmn_vals->reg_pairs; in cdns_torrent_phy_init()1857 num_regs = link_cmn_vals->num_regs; in cdns_torrent_phy_init()1939 struct cdns_torrent_vals *link_cmn_vals, *xcvr_diag_vals; in cdns_torrent_phy_configure_multilink() local1985 link_cmn_vals = init_data->link_cmn_vals[phy_t1][phy_t2][ssc]; in cdns_torrent_phy_configure_multilink()1986 if (link_cmn_vals) { in cdns_torrent_phy_configure_multilink()1987 reg_pairs = link_cmn_vals->reg_pairs; in cdns_torrent_phy_configure_multilink()[all …]