Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/tegra/
Dtegra30_ahub.c38 regmap_write(ahub->regmap_apbif, reg, val); in tegra30_apbif_write()
44 regmap_read(ahub->regmap_apbif, reg, &val); in tegra30_apbif_read()
55 regcache_cache_only(ahub->regmap_apbif, true); in tegra30_ahub_runtime_suspend()
91 regcache_cache_only(ahub->regmap_apbif, false); in tegra30_ahub_runtime_resume()
143 ahub->soc_data->set_audio_cif(ahub->regmap_apbif, reg, &cif_conf); in tegra30_ahub_allocate_rx_fifo()
245 ahub->soc_data->set_audio_cif(ahub->regmap_apbif, reg, &cif_conf); in tegra30_ahub_allocate_tx_fifo()
593 ahub->regmap_apbif = devm_regmap_init_mmio(&pdev->dev, regs_apbif, in tegra30_ahub_probe()
595 if (IS_ERR(ahub->regmap_apbif)) { in tegra30_ahub_probe()
597 ret = PTR_ERR(ahub->regmap_apbif); in tegra30_ahub_probe()
600 regcache_cache_only(ahub->regmap_apbif, true); in tegra30_ahub_probe()
[all …]
Dtegra30_ahub.h528 struct regmap *regmap_apbif; member