Searched refs:pll_val (Results 1 – 2 of 2) sorted by relevance
551 u32 pll_val; in vtwm_pll_set_rate() local561 pll_val = VT8500_BITS_TO_VAL(mul, div1); in vtwm_pll_set_rate()566 pll_val = WM8650_BITS_TO_VAL(mul, div1, div2); in vtwm_pll_set_rate()576 pll_val = WM8850_BITS_TO_VAL(mul, div1, div2); in vtwm_pll_set_rate()589 writel(pll_val, pll->reg); in vtwm_pll_set_rate()640 u32 pll_val = readl(pll->reg); in vtwm_pll_recalc_rate() local645 pll_freq = parent_rate * VT8500_PLL_MUL(pll_val); in vtwm_pll_recalc_rate()646 pll_freq /= VT8500_PLL_DIV(pll_val); in vtwm_pll_recalc_rate()650 pll_freq /= WM8650_PLL_DIV(pll_val); in vtwm_pll_recalc_rate()654 pll_freq /= WM8750_PLL_DIV(pll_val); in vtwm_pll_recalc_rate()[all …]
1095 u32 pll_val; in cdns_torrent_dp_set_pll_en() local1098 pll_val = cdns_torrent_dp_read(regmap, PHY_PMA_XCVR_PLLCLK_EN); in cdns_torrent_dp_set_pll_en()1102 pll_val |= pll_bits; in cdns_torrent_dp_set_pll_en()1106 pll_val &= (~pll_bits); in cdns_torrent_dp_set_pll_en()1110 cdns_torrent_dp_write(regmap, PHY_PMA_XCVR_PLLCLK_EN, pll_val); in cdns_torrent_dp_set_pll_en()