Searched refs:PHY_PMA_XCVR_PLLCLK_EN (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/phy/cadence/ |
H A D | phy-cadence-torrent.c | 68 #define PHY_PMA_XCVR_PLLCLK_EN 0x24 macro 1094 pll_val = cdns_torrent_dp_read(regmap, PHY_PMA_XCVR_PLLCLK_EN); in cdns_torrent_dp_set_pll_en() 1106 cdns_torrent_dp_write(regmap, PHY_PMA_XCVR_PLLCLK_EN, pll_val); in cdns_torrent_dp_set_pll_en() 1423 PHY_PMA_XCVR_PLLCLK_EN); in cdns_torrent_dp_set_a0_pll() 1434 cdns_torrent_dp_write(regmap, PHY_PMA_XCVR_PLLCLK_EN, pll_clk_en); in cdns_torrent_dp_set_a0_pll() 1500 value = cdns_torrent_dp_read(regmap, PHY_PMA_XCVR_PLLCLK_EN); in cdns_torrent_dp_set_lanes() 1502 cdns_torrent_dp_write(regmap, PHY_PMA_XCVR_PLLCLK_EN, value); in cdns_torrent_dp_set_lanes() 1711 val = cdns_torrent_dp_read(regmap, PHY_PMA_XCVR_PLLCLK_EN); in cdns_torrent_dp_common_init() 1713 cdns_torrent_dp_write(regmap, PHY_PMA_XCVR_PLLCLK_EN, val); in cdns_torrent_dp_common_init()
|