Searched refs:phy_pma_pll_raw_ctrl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/cadence/ |
H A D | phy-cadence-torrent.c | 228 static const struct reg_field phy_pma_pll_raw_ctrl = variable 280 struct regmap_field *phy_pma_pll_raw_ctrl; member 625 regmap_field_write(cdns_phy->phy_pma_pll_raw_ctrl, 0x0); in cdns_torrent_dp_configure_rate() 654 regmap_field_write(cdns_phy->phy_pma_pll_raw_ctrl, 0x3); in cdns_torrent_dp_configure_rate() 1723 field = devm_regmap_field_alloc(dev, regmap, phy_pma_pll_raw_ctrl); in cdns_torrent_regfield_init() 1728 cdns_phy->phy_pma_pll_raw_ctrl = field; in cdns_torrent_regfield_init()
|
/kernel/linux/linux-6.6/drivers/phy/cadence/ |
H A D | phy-cadence-torrent.c | 253 static const struct reg_field phy_pma_pll_raw_ctrl = variable 374 struct regmap_field *phy_pma_pll_raw_ctrl; member 1276 ret = regmap_field_read(cdns_phy->phy_pma_pll_raw_ctrl, &field_val); in cdns_torrent_dp_configure_rate() 1280 regmap_field_write(cdns_phy->phy_pma_pll_raw_ctrl, field_val); in cdns_torrent_dp_configure_rate() 1320 ret = regmap_field_read(cdns_phy->phy_pma_pll_raw_ctrl, &field_val); in cdns_torrent_dp_configure_rate() 1324 regmap_field_write(cdns_phy->phy_pma_pll_raw_ctrl, field_val); in cdns_torrent_dp_configure_rate() 2168 field = devm_regmap_field_alloc(dev, regmap, phy_pma_pll_raw_ctrl); in cdns_torrent_regfield_init() 2173 cdns_phy->phy_pma_pll_raw_ctrl = field; in cdns_torrent_regfield_init()
|
Completed in 10 milliseconds