Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/phy/cadence/
H A Dphy-cadence-torrent.c352 struct cdns_torrent_vals *rx_ln_vals[NUM_PHY_TYPE][NUM_PHY_TYPE] member
1829 struct cdns_torrent_vals *cmn_vals, *tx_ln_vals, *rx_ln_vals; in cdns_torrent_phy_init() local
1919 rx_ln_vals = init_data->rx_ln_vals[phy_type][TYPE_NONE][ssc]; in cdns_torrent_phy_init()
1920 if (rx_ln_vals) { in cdns_torrent_phy_init()
1921 reg_pairs = rx_ln_vals->reg_pairs; in cdns_torrent_phy_init()
1922 num_regs = rx_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() local
2051 rx_ln_vals = init_data->rx_ln_vals[phy_t1][phy_t2][ssc]; in cdns_torrent_phy_configure_multilink()
2052 if (rx_ln_vals) { in cdns_torrent_phy_configure_multilink()
2053 reg_pairs = rx_ln_vals->reg_pairs; in cdns_torrent_phy_configure_multilink()
[all …]