Home
last modified time | relevance | path

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

/linux/drivers/clk/qcom/
A Dclk-hfpll.c155 u32 l_val, val; in clk_hfpll_set_rate() local
158 l_val = rate / parent_rate; in clk_hfpll_set_rate()
176 regmap_write(regmap, hd->l_reg, l_val); in clk_hfpll_set_rate()
192 u32 l_val; in clk_hfpll_recalc_rate() local
194 regmap_read(regmap, hd->l_reg, &l_val); in clk_hfpll_recalc_rate()
196 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()
/linux/sound/soc/codecs/
A Drt700.c334 unsigned int *r_val, unsigned int *l_val) in rt700_get_gain() argument
342 *l_val = (val_h << 8); in rt700_get_gain()
343 regmap_read(rt700->regmap, addr_h, l_val); in rt700_get_gain()
A Drt715.c56 unsigned int *r_val, unsigned int *l_val) in rt715_get_gain() argument
67 *l_val = val_h << 8; in rt715_get_gain()
68 ret = regmap_read(rt715->regmap, addr_h, l_val); in rt715_get_gain()
A Drt711.c469 unsigned int *r_val, unsigned int *l_val) in rt711_get_gain() argument
477 *l_val = (val_h << 8); in rt711_get_gain()
478 regmap_read(rt711->regmap, addr_h, l_val); in rt711_get_gain()
A Dwcd9335.c3365 u8 l_val, r_val; in wcd9335_codec_hph_mode_gain_opt() local
3376 l_val = (hph_l_en & 0xC0) | 0x20 | gain; in wcd9335_codec_hph_mode_gain_opt()
3385 if ((l_val != hph_l_en) && !is_hphl_pa) { in wcd9335_codec_hph_mode_gain_opt()
3386 snd_soc_component_write(component, WCD9335_HPH_L_EN, l_val); in wcd9335_codec_hph_mode_gain_opt()

Completed in 22 milliseconds