Searched refs:pcs_cmn_vals (Results 1 – 1 of 1) sorted by relevance
346 struct cdns_torrent_vals *pcs_cmn_vals[NUM_PHY_TYPE][NUM_PHY_TYPE] member1834 struct cdns_torrent_vals *pcs_cmn_vals; in cdns_torrent_phy_init() local1884 pcs_cmn_vals = init_data->pcs_cmn_vals[phy_type][TYPE_NONE][ssc]; in cdns_torrent_phy_init()1885 if (pcs_cmn_vals) { in cdns_torrent_phy_init()1886 reg_pairs = pcs_cmn_vals->reg_pairs; in cdns_torrent_phy_init()1887 num_regs = pcs_cmn_vals->num_regs; in cdns_torrent_phy_init()1941 struct cdns_torrent_vals *pcs_cmn_vals; in cdns_torrent_phy_configure_multilink() local2016 pcs_cmn_vals = init_data->pcs_cmn_vals[phy_t1][phy_t2][ssc]; in cdns_torrent_phy_configure_multilink()2017 if (pcs_cmn_vals) { in cdns_torrent_phy_configure_multilink()2018 reg_pairs = pcs_cmn_vals->reg_pairs; in cdns_torrent_phy_configure_multilink()[all …]