Home
last modified time | relevance | path

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

/drivers/clk/qcom/
A Dclk-hfpll.c48 if (hd->l_val) in __clk_hfpll_init_once()
49 regmap_write(regmap, hd->l_reg, hd->l_val); in __clk_hfpll_init_once()
162 u32 l_val, val; in clk_hfpll_set_rate() local
165 l_val = rate / parent_rate; in clk_hfpll_set_rate()
183 regmap_write(regmap, hd->l_reg, l_val); in clk_hfpll_set_rate()
199 u32 l_val; in clk_hfpll_recalc_rate() local
201 regmap_read(regmap, hd->l_reg, &l_val); in clk_hfpll_recalc_rate()
203 return l_val * parent_rate; in clk_hfpll_recalc_rate()
A Da7-pll.c61 u32 l_val; in qcom_a7pll_probe() local
73 regmap_read(regmap, a7pll.offset + LUCID_PLL_OFF_L_VAL, &l_val); in qcom_a7pll_probe()
74 if (!l_val) in qcom_a7pll_probe()
A Dhfpll.c46 .l_val = 0x35,
63 .l_val = 0x3e,
80 .l_val = 0x20,
A Dclk-hfpll.h21 u32 l_val; member

Completed in 18 milliseconds