Searched refs:cmn_vals (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/cadence/ |
H A D | phy-cadence-sierra.c | 277 const struct cdns_reg_pairs *cmn_vals, *ln_vals; in cdns_sierra_phy_init() local 289 cmn_vals = phy->init_data->pcie_cmn_vals; in cdns_sierra_phy_init() 294 cmn_vals = phy->init_data->usb_cmn_vals; in cdns_sierra_phy_init() 302 regmap_write(regmap, cmn_vals[j].off, cmn_vals[j].val); in cdns_sierra_phy_init()
|
H A D | phy-cadence-torrent.c | 348 struct cdns_torrent_vals *cmn_vals[NUM_PHY_TYPE][NUM_PHY_TYPE] member 1829 struct cdns_torrent_vals *cmn_vals, *tx_ln_vals, *rx_ln_vals; in cdns_torrent_phy_init() local 1895 cmn_vals = init_data->cmn_vals[phy_type][TYPE_NONE][ssc]; in cdns_torrent_phy_init() 1896 if (cmn_vals) { in cdns_torrent_phy_init() 1897 reg_pairs = cmn_vals->reg_pairs; in cdns_torrent_phy_init() 1898 num_regs = cmn_vals->num_regs; in cdns_torrent_phy_init() 1938 struct cdns_torrent_vals *cmn_vals, *tx_ln_vals, *rx_ln_vals; in cdns_torrent_phy_configure_multilink() local 2027 cmn_vals = init_data->cmn_vals[phy_t in cdns_torrent_phy_configure_multilink() [all...] |
/kernel/linux/linux-6.6/drivers/phy/cadence/ |
H A D | phy-cadence-torrent.c | 2295 struct cdns_torrent_vals *cmn_vals, *tx_ln_vals, *rx_ln_vals; in cdns_torrent_phy_init() local 2386 cmn_vals = cdns_torrent_get_tbl_vals(&init_data->cmn_vals_tbl, in cdns_torrent_phy_init() 2390 if (cmn_vals) { in cdns_torrent_phy_init() 2391 reg_pairs = cmn_vals->reg_pairs; in cdns_torrent_phy_init() 2392 num_regs = cmn_vals->num_regs; in cdns_torrent_phy_init() 2462 struct cdns_torrent_vals *cmn_vals, *tx_ln_vals, *rx_ln_vals; in cdns_torrent_phy_configure_multilink() local 2556 cmn_vals = cdns_torrent_get_tbl_vals(&init_data->cmn_vals_tbl, in cdns_torrent_phy_configure_multilink() 2559 if (cmn_vals) { in cdns_torrent_phy_configure_multilink() 2560 reg_pairs = cmn_vals->reg_pairs; in cdns_torrent_phy_configure_multilink() 2561 num_regs = cmn_vals in cdns_torrent_phy_configure_multilink() [all...] |
Completed in 11 milliseconds