regmap_apbif       27 sound/soc/tegra/tegra30_ahub.c 	regmap_write(ahub->regmap_apbif, reg, val);
regmap_apbif       34 sound/soc/tegra/tegra30_ahub.c 	regmap_read(ahub->regmap_apbif, reg, &val);
regmap_apbif       45 sound/soc/tegra/tegra30_ahub.c 	regcache_cache_only(ahub->regmap_apbif, true);
regmap_apbif       81 sound/soc/tegra/tegra30_ahub.c 	regcache_cache_only(ahub->regmap_apbif, false);
regmap_apbif      133 sound/soc/tegra/tegra30_ahub.c 	ahub->soc_data->set_audio_cif(ahub->regmap_apbif, reg, &cif_conf);
regmap_apbif      235 sound/soc/tegra/tegra30_ahub.c 	ahub->soc_data->set_audio_cif(ahub->regmap_apbif, reg, &cif_conf);
regmap_apbif      581 sound/soc/tegra/tegra30_ahub.c 	ahub->regmap_apbif = devm_regmap_init_mmio(&pdev->dev, regs_apbif,
regmap_apbif      583 sound/soc/tegra/tegra30_ahub.c 	if (IS_ERR(ahub->regmap_apbif)) {
regmap_apbif      585 sound/soc/tegra/tegra30_ahub.c 		ret = PTR_ERR(ahub->regmap_apbif);
regmap_apbif      588 sound/soc/tegra/tegra30_ahub.c 	regcache_cache_only(ahub->regmap_apbif, true);
regmap_apbif      636 sound/soc/tegra/tegra30_ahub.c 	regcache_mark_dirty(ahub->regmap_apbif);
regmap_apbif      649 sound/soc/tegra/tegra30_ahub.c 	ret |= regcache_sync(ahub->regmap_apbif);
regmap_apbif      517 sound/soc/tegra/tegra30_ahub.h 	struct regmap *regmap_apbif;