Searched refs:tx_ln_vals (Results 1 – 1 of 1) sorted by relevance
350 struct cdns_torrent_vals *tx_ln_vals[NUM_PHY_TYPE][NUM_PHY_TYPE] member1829 struct cdns_torrent_vals *cmn_vals, *tx_ln_vals, *rx_ln_vals; in cdns_torrent_phy_init() local1906 tx_ln_vals = init_data->tx_ln_vals[phy_type][TYPE_NONE][ssc]; in cdns_torrent_phy_init()1907 if (tx_ln_vals) { in cdns_torrent_phy_init()1908 reg_pairs = tx_ln_vals->reg_pairs; in cdns_torrent_phy_init()1909 num_regs = tx_ln_vals->num_regs; in cdns_torrent_phy_init()1938 struct cdns_torrent_vals *cmn_vals, *tx_ln_vals, *rx_ln_vals; in cdns_torrent_phy_configure_multilink() local2038 tx_ln_vals = init_data->tx_ln_vals[phy_t1][phy_t2][ssc]; in cdns_torrent_phy_configure_multilink()2039 if (tx_ln_vals) { in cdns_torrent_phy_configure_multilink()2040 reg_pairs = tx_ln_vals->reg_pairs; in cdns_torrent_phy_configure_multilink()[all …]