Searched refs:regmap_field_update_bits (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/sound/soc/sunxi/ | 
| D | sun4i-codec.c | 274 	regmap_field_update_bits(scodec->reg_adc_fifoc,  in sun4i_codec_start_capture()282 	regmap_field_update_bits(scodec->reg_adc_fifoc,  in sun4i_codec_stop_capture()
 326 	regmap_field_update_bits(scodec->reg_adc_fifoc,  in sun4i_codec_prepare_capture()
 332 	regmap_field_update_bits(scodec->reg_adc_fifoc,  in sun4i_codec_prepare_capture()
 482 	regmap_field_update_bits(scodec->reg_adc_fifoc,  in sun4i_codec_hw_params_capture()
 488 		regmap_field_update_bits(scodec->reg_adc_fifoc,  in sun4i_codec_hw_params_capture()
 492 		regmap_field_update_bits(scodec->reg_adc_fifoc,  in sun4i_codec_hw_params_capture()
 498 		regmap_field_update_bits(scodec->reg_adc_fifoc,  in sun4i_codec_hw_params_capture()
 502 		regmap_field_update_bits(scodec->reg_adc_fifoc,  in sun4i_codec_hw_params_capture()
 508 		regmap_field_update_bits(scodec->reg_adc_fifoc,  in sun4i_codec_hw_params_capture()
 [all …]
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | regmap.h | 90 #define	regmap_field_update_bits(field, mask, val)\  macro
 |