Home
last modified time | relevance | path

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

/linux/drivers/clk/qcom/
H 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()
H A Da7-pll.c60 u32 l_val; in qcom_a7pll_probe() local
72 regmap_read(regmap, a7pll.offset + LUCID_PLL_OFF_L_VAL, &l_val); in qcom_a7pll_probe()
73 if (!l_val) in qcom_a7pll_probe()
H A Dhfpll.c46 .l_val = 0x35,
63 .l_val = 0x3e,
80 .l_val = 0x20,
H A Dclk-hfpll.h21 u32 l_val; member
/linux/sound/soc/codecs/
H A Drt715.c106 unsigned int *r_val, unsigned int *l_val) in rt715_get_gain() argument
117 *l_val = val_h << 8; in rt715_get_gain()
118 ret = regmap_read(rt715->regmap, addr_h, l_val); in rt715_get_gain()
H A Drt700.c347 unsigned int *r_val, unsigned int *l_val) in rt700_get_gain()
355 *l_val = (val_h << 8); in rt700_get_gain()
356 regmap_read(rt700->regmap, addr_h, l_val); in rt700_get_gain()
348 rt700_get_gain(struct rt700_priv * rt700,unsigned int addr_h,unsigned int addr_l,unsigned int val_h,unsigned int * r_val,unsigned int * l_val) rt700_get_gain() argument
H A Drt711.c489 unsigned int *r_val, unsigned int *l_val) in rt711_get_gain()
497 *l_val = (val_h << 8); in rt711_get_gain()
498 regmap_read(rt711->regmap, addr_h, l_val); in rt711_get_gain()
490 rt711_get_gain(struct rt711_priv * rt711,unsigned int addr_h,unsigned int addr_l,unsigned int val_h,unsigned int * r_val,unsigned int * l_val) rt711_get_gain() argument
H A Dwcd9335.c3306 u8 l_val, r_val; in wcd9335_codec_hph_mode_gain_opt()
3317 l_val = (hph_l_en & 0xC0) | 0x20 | gain; in wcd9335_codec_hph_mode_gain_opt()
3326 if ((l_val != hph_l_en) && !is_hphl_pa) { in wcd9335_codec_hph_mode_gain_opt()
3327 snd_soc_component_write(component, WCD9335_HPH_L_EN, l_val); in wcd9335_codec_hph_mode_gain_opt()
3302 u8 l_val, r_val; wcd9335_codec_hph_mode_gain_opt() local