Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/cadence/
H A Dphy-cadence-torrent.c2300 struct cdns_torrent_vals *link_cmn_vals, *xcvr_diag_vals; in cdns_torrent_phy_init() local
2345 xcvr_diag_vals = cdns_torrent_get_tbl_vals(&init_data->xcvr_diag_vals_tbl, in cdns_torrent_phy_init()
2349 if (xcvr_diag_vals) { in cdns_torrent_phy_init()
2350 reg_pairs = xcvr_diag_vals->reg_pairs; in cdns_torrent_phy_init()
2351 num_regs = xcvr_diag_vals->num_regs; in cdns_torrent_phy_init()
2467 struct cdns_torrent_vals *link_cmn_vals, *xcvr_diag_vals; in cdns_torrent_phy_configure_multilink() local
2531 xcvr_diag_vals = cdns_torrent_get_tbl_vals(&init_data->xcvr_diag_vals_tbl, in cdns_torrent_phy_configure_multilink()
2534 if (xcvr_diag_vals) { in cdns_torrent_phy_configure_multilink()
2535 reg_pairs = xcvr_diag_vals->reg_pairs; in cdns_torrent_phy_configure_multilink()
2536 num_regs = xcvr_diag_vals->num_regs; in cdns_torrent_phy_configure_multilink()