Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/phy/cadence/
H A Dphy-cadence-torrent.c346 struct cdns_torrent_vals *pcs_cmn_vals[NUM_PHY_TYPE][NUM_PHY_TYPE] member
1834 struct cdns_torrent_vals *pcs_cmn_vals; in cdns_torrent_phy_init() local
1884 pcs_cmn_vals = init_data->pcs_cmn_vals[phy_type][TYPE_NONE][ssc]; in cdns_torrent_phy_init()
1885 if (pcs_cmn_vals) { in cdns_torrent_phy_init()
1886 reg_pairs = pcs_cmn_vals->reg_pairs; in cdns_torrent_phy_init()
1887 num_regs = pcs_cmn_vals->num_regs; in cdns_torrent_phy_init()
1941 struct cdns_torrent_vals *pcs_cmn_vals; in cdns_torrent_phy_configure_multilink() local
2016 pcs_cmn_vals = init_data->pcs_cmn_vals[phy_t1][phy_t2][ssc]; in cdns_torrent_phy_configure_multilink()
2017 if (pcs_cmn_vals) { in cdns_torrent_phy_configure_multilink()
2018 reg_pairs = pcs_cmn_vals->reg_pairs; in cdns_torrent_phy_configure_multilink()
[all …]