Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/tegra/
Dtegra210_mbdrc.c261 regmap_update_bits_check(ope->mbdrc_regmap, mc->reg, in tegra210_mbdrc_put()
298 regmap_update_bits_check(ope->mbdrc_regmap, e->reg, mask, val, in tegra210_mbdrc_put_enum()
341 regmap_update_bits_check(ope->mbdrc_regmap, regs, mask, in tegra210_mbdrc_band_params_put()
402 regmap_update_bits_check(ope->mbdrc_regmap, regs, 0xffffffff, in tegra210_mbdrc_threshold_put()
479 regmap_update_bits_check(ope->mbdrc_regmap, mc->reg, in tegra210_mbdrc_vol_put()
Dtegra186_asrc.c267 regmap_update_bits_check(asrc->regmap, asrc_private->reg, in tegra186_asrc_put_ratio_source()
312 regmap_update_bits_check(asrc->regmap, in tegra186_asrc_put_ratio_int()
360 regmap_update_bits_check(asrc->regmap, in tegra186_asrc_put_ratio_frac()
Dtegra210_peq.c140 regmap_update_bits_check(ope->peq_regmap, mc->reg, (mask << mc->shift), in tegra210_peq_put()
Dtegra210_mvc.c220 regmap_update_bits_check(mvc->regmap, TEGRA210_MVC_CTRL, in tegra210_mvc_update_mute()
/Linux-v6.1/sound/soc/codecs/
Dmadera.c693 ret = regmap_update_bits_check(regmap, e->reg, mask, val, &changed); in madera_inmux_put()
3721 regmap_update_bits_check(madera->regmap, in madera_write_fll()
3726 regmap_update_bits_check(madera->regmap, in madera_write_fll()
3731 regmap_update_bits_check(madera->regmap, in madera_write_fll()
3737 regmap_update_bits_check(madera->regmap, in madera_write_fll()
3747 regmap_update_bits_check(madera->regmap, in madera_write_fll()
3754 regmap_update_bits_check(madera->regmap, in madera_write_fll()
3762 regmap_update_bits_check(madera->regmap, in madera_write_fll()
3833 regmap_update_bits_check(fll->madera->regmap, in madera_set_fll_phase_integrator()
3926 regmap_update_bits_check(madera->regmap, in madera_disable_fll()
[all …]
Dwm8804.c411 regmap_update_bits_check(wm8804->regmap, WM8804_PWRDN, in wm8804_set_pll()
425 regmap_update_bits_check(wm8804->regmap, WM8804_PWRDN, in wm8804_set_pll()
Darizona-jack.c274 ret = regmap_update_bits_check(arizona->regmap, ARIZONA_MIC_DETECT_1, in arizona_start_mic()
294 ret = regmap_update_bits_check(arizona->regmap, ARIZONA_MIC_DETECT_1, in arizona_stop_mic()
1626 ret = regmap_update_bits_check(arizona->regmap, ARIZONA_MIC_DETECT_1, in arizona_jack_disable_jack_detect()
Darizona.c2539 regmap_update_bits_check(arizona->regmap, fll->base + 1, in arizona_disable_fll()
2541 regmap_update_bits_check(arizona->regmap, fll->base + 0x11, in arizona_disable_fll()
Dwm5110.c444 ret = regmap_update_bits_check(arizona->regmap, ARIZONA_DRE_ENABLE, in wm5110_put_dre()
/Linux-v6.1/drivers/gpio/
Dgpio-arizona.c35 ret = regmap_update_bits_check(arizona->regmap, in arizona_gpio_direction_in()
/Linux-v6.1/sound/soc/sunxi/
Dsun4i-spdif.c460 regmap_update_bits_check(host->regmap, SUN4I_SPDIF_TXCHSTA0, in sun4i_spdif_set_status()
466 regmap_update_bits_check(host->regmap, SUN4I_SPDIF_TXCHSTA1, in sun4i_spdif_set_status()
/Linux-v6.1/sound/hda/
Dhdac_regmap.c521 err = regmap_update_bits_check(codec->regmap, reg, mask, val, in reg_raw_update()
/Linux-v6.1/include/linux/
Dregmap.h1196 static inline int regmap_update_bits_check(struct regmap *map, unsigned int reg, in regmap_update_bits_check() function
1786 static inline int regmap_update_bits_check(struct regmap *map, unsigned int reg, in regmap_update_bits_check() function
/Linux-v6.1/drivers/iio/pressure/
Dbmp280-core.c1242 ret = regmap_update_bits_check(data->regmap, BMP380_REG_OSR, in bmp380_chip_config()
1253 ret = regmap_update_bits_check(data->regmap, BMP380_REG_ODR, in bmp380_chip_config()
1262 ret = regmap_update_bits_check(data->regmap, BMP380_REG_CONFIG, BMP380_FILTER_MASK, in bmp380_chip_config()
/Linux-v6.1/drivers/iio/imu/inv_icm42600/
Dinv_icm42600_buffer.c249 ret = regmap_update_bits_check(st->map, INV_ICM42600_REG_INT_SOURCE0, in inv_icm42600_buffer_update_watermark()
/Linux-v6.1/sound/soc/rockchip/
Drockchip_pdm.c229 regmap_update_bits_check(pdm->regmap, PDM_CTRL1, in rockchip_pdm_hw_params()
/Linux-v6.1/drivers/pinctrl/
Dpinctrl-microchip-sgpio.c309 ret = regmap_update_bits_check(priv->regs, reg, clr | set, set, in sgpio_output_set()
/Linux-v6.1/sound/soc/
Dsoc-component.c795 ret = regmap_update_bits_check(component->regmap, reg, mask, in snd_soc_component_update_bits()