Searched refs:PLL_L_VAL (Results 1 – 1 of 1) sorted by relevance
/drivers/clk/qcom/ |
D | clk-alpha-pll.c | 34 #define PLL_L_VAL(p) ((p)->offset + (p)->regs[PLL_OFF_L_VAL]) macro 215 regmap_write(regmap, PLL_L_VAL(pll), config->l); in clk_alpha_pll_configure() 463 regmap_read(pll->clkr.regmap, PLL_L_VAL(pll), &l); in clk_alpha_pll_recalc_rate() 554 regmap_write(pll->clkr.regmap, PLL_L_VAL(pll), l); in __clk_alpha_pll_set_rate() 662 regmap_read(pll->clkr.regmap, PLL_L_VAL(pll), &l); in alpha_pll_huayra_recalc_rate() 733 regmap_write(pll->clkr.regmap, PLL_L_VAL(pll), l); in alpha_pll_huayra_set_rate() 739 regmap_write(pll->clkr.regmap, PLL_L_VAL(pll), l); in alpha_pll_huayra_set_rate() 857 regmap_read(pll->clkr.regmap, PLL_L_VAL(pll), &l); in clk_trion_pll_recalc_rate() 1008 regmap_write(regmap, PLL_L_VAL(pll), config->l); in clk_fabia_pll_configure() 1142 regmap_read(pll->clkr.regmap, PLL_L_VAL(pll), &l); in alpha_pll_fabia_recalc_rate() [all …]
|