Searched refs:l_val (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/clk/qcom/ |
H A D | clk-hfpll.c | 158 u32 l_val, val; in clk_hfpll_set_rate() local 161 l_val = rate / parent_rate; in clk_hfpll_set_rate() 179 regmap_write(regmap, hd->l_reg, l_val); in clk_hfpll_set_rate() 195 u32 l_val; in clk_hfpll_recalc_rate() local 197 regmap_read(regmap, hd->l_reg, &l_val); in clk_hfpll_recalc_rate() 199 return l_val * parent_rate; in clk_hfpll_recalc_rate()
|
H A D | a7-pll.c | 61 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()
|
/openbmc/openpower-vpd-parser/vpd-manager/src/ |
H A D | bios_handler.cpp | 108 if (auto l_val = std::get_if<std::string>( in biosAttributesCallback() local 114 saveAmmToVpd(*l_val); in biosAttributesCallback() 119 saveKeepAndClearToVpd(*l_val); in biosAttributesCallback() 124 saveCreateDefaultLparToVpd(*l_val); in biosAttributesCallback() 129 saveClearNvramToVpd(*l_val); in biosAttributesCallback() 135 if (auto l_val = std::get_if<int64_t>( in biosAttributesCallback() local 141 saveFcoToVpd(*l_val); in biosAttributesCallback() 203 [](uint8_t l_val) { in processFieldCoreOverride() argument 204 return l_val != constants::ASCII_OF_SPACE; in processFieldCoreOverride()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | rt715.c | 108 unsigned int *r_val, unsigned int *l_val) in rt715_get_gain() argument 119 *l_val = val_h << 8; in rt715_get_gain() 120 ret = regmap_read(rt715->regmap, addr_h, l_val); in rt715_get_gain()
|
H A D | rt700.c | 349 unsigned int *r_val, unsigned int *l_val) in rt700_get_gain() argument 357 *l_val = (val_h << 8); in rt700_get_gain() 358 regmap_read(rt700->regmap, addr_h, l_val); in rt700_get_gain()
|
H A D | rt711.c | 491 unsigned int *r_val, unsigned int *l_val) in rt711_get_gain() argument 499 *l_val = (val_h << 8); in rt711_get_gain() 500 regmap_read(rt711->regmap, addr_h, l_val); in rt711_get_gain()
|
H A D | wcd9335.c | 3357 u8 l_val, r_val; in wcd9335_codec_hph_mode_gain_opt() local 3368 l_val = (hph_l_en & 0xC0) | 0x20 | gain; in wcd9335_codec_hph_mode_gain_opt() 3377 if ((l_val != hph_l_en) && !is_hphl_pa) { in wcd9335_codec_hph_mode_gain_opt() 3378 snd_soc_component_write(component, WCD9335_HPH_L_EN, l_val); in wcd9335_codec_hph_mode_gain_opt()
|