Searched refs:PLL_L_VAL (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/clk/qcom/ |
| D | clk-alpha-pll.c | 34 #define PLL_L_VAL(p) ((p)->offset + (p)->regs[PLL_OFF_L_VAL]) macro 213 regmap_write(regmap, PLL_L_VAL(pll), config->l); in clk_alpha_pll_configure() 461 regmap_read(pll->clkr.regmap, PLL_L_VAL(pll), &l); in clk_alpha_pll_recalc_rate() 551 regmap_write(pll->clkr.regmap, PLL_L_VAL(pll), l); in __clk_alpha_pll_set_rate() 659 regmap_read(pll->clkr.regmap, PLL_L_VAL(pll), &l); in alpha_pll_huayra_recalc_rate() 730 regmap_write(pll->clkr.regmap, PLL_L_VAL(pll), l); in alpha_pll_huayra_set_rate() 736 regmap_write(pll->clkr.regmap, PLL_L_VAL(pll), l); in alpha_pll_huayra_set_rate() 856 regmap_read(regmap, PLL_L_VAL(pll), &l); in clk_trion_pll_recalc_rate() 1018 regmap_write(regmap, PLL_L_VAL(pll), config->l); in clk_fabia_pll_configure() 1134 regmap_read(pll->clkr.regmap, PLL_L_VAL(pll), &l); in alpha_pll_fabia_recalc_rate() [all …]
|