Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/
Dsoc-io.c116 ret = regmap_update_bits_check(component->regmap, reg, mask, in snd_soc_component_update_bits()
/Linux-v4.19/drivers/gpio/
Dgpio-arizona.c40 ret = regmap_update_bits_check(arizona->regmap, in arizona_gpio_direction_in()
/Linux-v4.19/sound/soc/codecs/
Dwm8804.c414 regmap_update_bits_check(wm8804->regmap, WM8804_PWRDN, in wm8804_set_pll()
428 regmap_update_bits_check(wm8804->regmap, WM8804_PWRDN, in wm8804_set_pll()
Darizona.c2541 regmap_update_bits_check(arizona->regmap, fll->base + 1, in arizona_disable_fll()
2543 regmap_update_bits_check(arizona->regmap, fll->base + 0x11, in arizona_disable_fll()
/Linux-v4.19/drivers/extcon/
Dextcon-arizona.c338 regmap_update_bits_check(arizona->regmap, ARIZONA_MIC_DETECT_1, in arizona_start_mic()
356 regmap_update_bits_check(arizona->regmap, ARIZONA_MIC_DETECT_1, in arizona_stop_mic()
/Linux-v4.19/include/linux/
Dregmap.h80 #define regmap_update_bits_check(map, reg, mask, val, change)\ macro