Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/cadence/
H A Dphy-cadence-torrent.c431 struct cdns_torrent_vals_table { struct
439 struct cdns_torrent_vals_table link_cmn_vals_tbl; argument
440 struct cdns_torrent_vals_table xcvr_diag_vals_tbl;
441 struct cdns_torrent_vals_table pcs_cmn_vals_tbl;
442 struct cdns_torrent_vals_table phy_pma_cmn_vals_tbl;
443 struct cdns_torrent_vals_table cmn_vals_tbl;
444 struct cdns_torrent_vals_table tx_ln_vals_tbl;
445 struct cdns_torrent_vals_table rx_ln_vals_tbl;
454 static struct cdns_torrent_vals *cdns_torrent_get_tbl_vals(const struct cdns_torrent_vals_table *tb… in cdns_torrent_get_tbl_vals()