Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/phy/cadence/
Dphy-cadence-sierra.c346 const struct cdns_reg_pairs *cmn_vals, *ln_vals; in cdns_sierra_phy_init() local
358 cmn_vals = phy->init_data->pcie_cmn_vals; in cdns_sierra_phy_init()
363 cmn_vals = phy->init_data->usb_cmn_vals; in cdns_sierra_phy_init()
371 regmap_write(regmap, cmn_vals[j].off, cmn_vals[j].val); in cdns_sierra_phy_init()
Dphy-cadence-torrent.c376 struct cdns_torrent_vals *cmn_vals[NUM_REF_CLK][NUM_PHY_TYPE] member
1912 struct cdns_torrent_vals *cmn_vals, *tx_ln_vals, *rx_ln_vals; in cdns_torrent_phy_init() local
1976 cmn_vals = init_data->cmn_vals[ref_clk][phy_type][TYPE_NONE][ssc]; in cdns_torrent_phy_init()
1977 if (cmn_vals) { in cdns_torrent_phy_init()
1978 reg_pairs = cmn_vals->reg_pairs; in cdns_torrent_phy_init()
1979 num_regs = cmn_vals->num_regs; in cdns_torrent_phy_init()
2043 struct cdns_torrent_vals *cmn_vals, *tx_ln_vals, *rx_ln_vals; in cdns_torrent_phy_configure_multilink() local
2133 cmn_vals = init_data->cmn_vals[ref_clk][phy_t1][phy_t2][ssc]; in cdns_torrent_phy_configure_multilink()
2134 if (cmn_vals) { in cdns_torrent_phy_configure_multilink()
2135 reg_pairs = cmn_vals->reg_pairs; in cdns_torrent_phy_configure_multilink()
[all …]