Home
last modified time | relevance | path

Searched refs:tx_ln_vals (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/phy/cadence/
Dphy-cadence-torrent.c409 struct cdns_torrent_vals *tx_ln_vals[NUM_REF_CLK][NUM_PHY_TYPE] member
2146 struct cdns_torrent_vals *cmn_vals, *tx_ln_vals, *rx_ln_vals; in cdns_torrent_phy_init() local
2221 tx_ln_vals = init_data->tx_ln_vals[ref_clk][phy_type][TYPE_NONE][ssc]; in cdns_torrent_phy_init()
2222 if (tx_ln_vals) { in cdns_torrent_phy_init()
2223 reg_pairs = tx_ln_vals->reg_pairs; in cdns_torrent_phy_init()
2224 num_regs = tx_ln_vals->num_regs; in cdns_torrent_phy_init()
2277 struct cdns_torrent_vals *cmn_vals, *tx_ln_vals, *rx_ln_vals; in cdns_torrent_phy_configure_multilink() local
2376 tx_ln_vals = init_data->tx_ln_vals[ref_clk][phy_t1][phy_t2][ssc]; in cdns_torrent_phy_configure_multilink()
2377 if (tx_ln_vals) { in cdns_torrent_phy_configure_multilink()
2378 reg_pairs = tx_ln_vals->reg_pairs; in cdns_torrent_phy_configure_multilink()
[all …]