Home
last modified time | relevance | path

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

/linux-6.15/drivers/phy/cadence/
H A Dphy-cadence-torrent.c253 static const struct reg_field phy_pma_pll_raw_ctrl = variable
378 struct regmap_field *phy_pma_pll_raw_ctrl; member
1283 ret = regmap_field_read(cdns_phy->phy_pma_pll_raw_ctrl, &field_val); in cdns_torrent_dp_configure_rate()
1287 regmap_field_write(cdns_phy->phy_pma_pll_raw_ctrl, field_val); in cdns_torrent_dp_configure_rate()
1327 ret = regmap_field_read(cdns_phy->phy_pma_pll_raw_ctrl, &field_val); in cdns_torrent_dp_configure_rate()
1331 regmap_field_write(cdns_phy->phy_pma_pll_raw_ctrl, field_val); in cdns_torrent_dp_configure_rate()
2184 field = devm_regmap_field_alloc(dev, regmap, phy_pma_pll_raw_ctrl); in cdns_torrent_regfield_init()
2189 cdns_phy->phy_pma_pll_raw_ctrl = field; in cdns_torrent_regfield_init()