regmap_ahub        40 sound/soc/tegra/tegra30_ahub.c 	regmap_write(ahub->regmap_ahub, reg, val);
regmap_ahub        46 sound/soc/tegra/tegra30_ahub.c 	regcache_cache_only(ahub->regmap_ahub, true);
regmap_ahub        82 sound/soc/tegra/tegra30_ahub.c 	regcache_cache_only(ahub->regmap_ahub, false);
regmap_ahub       594 sound/soc/tegra/tegra30_ahub.c 	ahub->regmap_ahub = devm_regmap_init_mmio(&pdev->dev, regs_ahub,
regmap_ahub       596 sound/soc/tegra/tegra30_ahub.c 	if (IS_ERR(ahub->regmap_ahub)) {
regmap_ahub       598 sound/soc/tegra/tegra30_ahub.c 		ret = PTR_ERR(ahub->regmap_ahub);
regmap_ahub       601 sound/soc/tegra/tegra30_ahub.c 	regcache_cache_only(ahub->regmap_ahub, true);
regmap_ahub       635 sound/soc/tegra/tegra30_ahub.c 	regcache_mark_dirty(ahub->regmap_ahub);
regmap_ahub       648 sound/soc/tegra/tegra30_ahub.c 	ret = regcache_sync(ahub->regmap_ahub);
regmap_ahub       518 sound/soc/tegra/tegra30_ahub.h 	struct regmap *regmap_ahub;