Searched refs:pcs_cmn_vals (Results 1 – 1 of 1) sorted by relevance
374 struct cdns_torrent_vals *pcs_cmn_vals[NUM_PHY_TYPE][NUM_PHY_TYPE] member1918 struct cdns_torrent_vals *pcs_cmn_vals; in cdns_torrent_phy_init() local1965 pcs_cmn_vals = init_data->pcs_cmn_vals[phy_type][TYPE_NONE][ssc]; in cdns_torrent_phy_init()1966 if (pcs_cmn_vals) { in cdns_torrent_phy_init()1967 reg_pairs = pcs_cmn_vals->reg_pairs; in cdns_torrent_phy_init()1968 num_regs = pcs_cmn_vals->num_regs; in cdns_torrent_phy_init()2047 struct cdns_torrent_vals *pcs_cmn_vals; in cdns_torrent_phy_configure_multilink() local2122 pcs_cmn_vals = init_data->pcs_cmn_vals[phy_t1][phy_t2][ssc]; in cdns_torrent_phy_configure_multilink()2123 if (pcs_cmn_vals) { in cdns_torrent_phy_configure_multilink()2124 reg_pairs = pcs_cmn_vals->reg_pairs; in cdns_torrent_phy_configure_multilink()[all …]