max98926          289 sound/soc/codecs/max98926.c static void max98926_set_sense_data(struct max98926_priv *max98926)
max98926          291 sound/soc/codecs/max98926.c 	regmap_update_bits(max98926->regmap,
max98926          295 sound/soc/codecs/max98926.c 	regmap_update_bits(max98926->regmap,
max98926          300 sound/soc/codecs/max98926.c 	if (!max98926->interleave_mode) {
max98926          302 sound/soc/codecs/max98926.c 		regmap_update_bits(max98926->regmap,
max98926          305 sound/soc/codecs/max98926.c 			max98926->v_slot);
max98926          307 sound/soc/codecs/max98926.c 		regmap_update_bits(max98926->regmap,
max98926          310 sound/soc/codecs/max98926.c 			max98926->i_slot);
max98926          313 sound/soc/codecs/max98926.c 		regmap_update_bits(max98926->regmap,
max98926          318 sound/soc/codecs/max98926.c 		regmap_update_bits(max98926->regmap,
max98926          321 sound/soc/codecs/max98926.c 			max98926->v_slot);
max98926          329 sound/soc/codecs/max98926.c 	struct max98926_priv *max98926 = snd_soc_component_get_drvdata(component);
max98926          336 sound/soc/codecs/max98926.c 		max98926_set_sense_data(max98926);
max98926          360 sound/soc/codecs/max98926.c 	regmap_write(max98926->regmap,
max98926          362 sound/soc/codecs/max98926.c 	regmap_update_bits(max98926->regmap, MAX98926_FORMAT,
max98926          374 sound/soc/codecs/max98926.c 	struct max98926_priv *max98926 = snd_soc_component_get_drvdata(component);
max98926          379 sound/soc/codecs/max98926.c 		regmap_update_bits(max98926->regmap,
max98926          383 sound/soc/codecs/max98926.c 		max98926->ch_size = 16;
max98926          386 sound/soc/codecs/max98926.c 		regmap_update_bits(max98926->regmap,
max98926          390 sound/soc/codecs/max98926.c 		max98926->ch_size = 24;
max98926          393 sound/soc/codecs/max98926.c 		regmap_update_bits(max98926->regmap,
max98926          397 sound/soc/codecs/max98926.c 		max98926->ch_size = 32;
max98926          406 sound/soc/codecs/max98926.c 	blr_clk_ratio = params_channels(params) * max98926->ch_size;
max98926          410 sound/soc/codecs/max98926.c 		regmap_update_bits(max98926->regmap,
max98926          416 sound/soc/codecs/max98926.c 		regmap_update_bits(max98926->regmap,
max98926          422 sound/soc/codecs/max98926.c 		regmap_update_bits(max98926->regmap,
max98926          442 sound/soc/codecs/max98926.c 	regmap_update_bits(max98926->regmap,
max98926          479 sound/soc/codecs/max98926.c 	struct max98926_priv *max98926 = snd_soc_component_get_drvdata(component);
max98926          481 sound/soc/codecs/max98926.c 	max98926->component = component;
max98926          484 sound/soc/codecs/max98926.c 	regmap_write(max98926->regmap, MAX98926_DOUT_HIZ_CFG4, 0xF0);
max98926          518 sound/soc/codecs/max98926.c 	struct max98926_priv *max98926;
max98926          520 sound/soc/codecs/max98926.c 	max98926 = devm_kzalloc(&i2c->dev,
max98926          521 sound/soc/codecs/max98926.c 			sizeof(*max98926), GFP_KERNEL);
max98926          522 sound/soc/codecs/max98926.c 	if (!max98926)
max98926          525 sound/soc/codecs/max98926.c 	i2c_set_clientdata(i2c, max98926);
max98926          526 sound/soc/codecs/max98926.c 	max98926->regmap = devm_regmap_init_i2c(i2c, &max98926_regmap);
max98926          527 sound/soc/codecs/max98926.c 	if (IS_ERR(max98926->regmap)) {
max98926          528 sound/soc/codecs/max98926.c 		ret = PTR_ERR(max98926->regmap);
max98926          534 sound/soc/codecs/max98926.c 		max98926->interleave_mode = true;
max98926          541 sound/soc/codecs/max98926.c 		max98926->v_slot = value;
max98926          548 sound/soc/codecs/max98926.c 		max98926->i_slot = value;
max98926          550 sound/soc/codecs/max98926.c 	ret = regmap_read(max98926->regmap,