Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/phy/cadence/
Dphy-cadence-torrent.c372 struct cdns_torrent_vals *xcvr_diag_vals[NUM_PHY_TYPE][NUM_PHY_TYPE] member
1914 struct cdns_torrent_vals *link_cmn_vals, *xcvr_diag_vals; in cdns_torrent_phy_init() local
1952 xcvr_diag_vals = init_data->xcvr_diag_vals[phy_type][TYPE_NONE][ssc]; in cdns_torrent_phy_init()
1953 if (xcvr_diag_vals) { in cdns_torrent_phy_init()
1954 reg_pairs = xcvr_diag_vals->reg_pairs; in cdns_torrent_phy_init()
1955 num_regs = xcvr_diag_vals->num_regs; in cdns_torrent_phy_init()
2045 struct cdns_torrent_vals *link_cmn_vals, *xcvr_diag_vals; in cdns_torrent_phy_configure_multilink() local
2109 xcvr_diag_vals = init_data->xcvr_diag_vals[phy_t1][phy_t2][ssc]; in cdns_torrent_phy_configure_multilink()
2110 if (xcvr_diag_vals) { in cdns_torrent_phy_configure_multilink()
2111 reg_pairs = xcvr_diag_vals->reg_pairs; in cdns_torrent_phy_configure_multilink()
[all …]