Home
last modified time | relevance | path

Searched refs:regmap_field_update_bits (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/sound/soc/sunxi/
Dsun4i-codec.c266 regmap_field_update_bits(scodec->reg_adc_fifoc, in sun4i_codec_start_capture()
274 regmap_field_update_bits(scodec->reg_adc_fifoc, in sun4i_codec_stop_capture()
318 regmap_field_update_bits(scodec->reg_adc_fifoc, in sun4i_codec_prepare_capture()
324 regmap_field_update_bits(scodec->reg_adc_fifoc, in sun4i_codec_prepare_capture()
474 regmap_field_update_bits(scodec->reg_adc_fifoc, in sun4i_codec_hw_params_capture()
480 regmap_field_update_bits(scodec->reg_adc_fifoc, in sun4i_codec_hw_params_capture()
484 regmap_field_update_bits(scodec->reg_adc_fifoc, in sun4i_codec_hw_params_capture()
490 regmap_field_update_bits(scodec->reg_adc_fifoc, in sun4i_codec_hw_params_capture()
494 regmap_field_update_bits(scodec->reg_adc_fifoc, in sun4i_codec_hw_params_capture()
500 regmap_field_update_bits(scodec->reg_adc_fifoc, in sun4i_codec_hw_params_capture()
[all …]
/Linux-v4.19/include/linux/
Dregmap.h92 #define regmap_field_update_bits(field, mask, val)\ macro