Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/tegra/
Dtegra30_ahub.c38 regmap_write(ahub->regmap_apbif, reg, val); in tegra30_apbif_write()
45 regmap_read(ahub->regmap_apbif, reg, &val); in tegra30_apbif_read()
56 regcache_cache_only(ahub->regmap_apbif, true); in tegra30_ahub_runtime_suspend()
92 regcache_cache_only(ahub->regmap_apbif, false); in tegra30_ahub_runtime_resume()
144 ahub->soc_data->set_audio_cif(ahub->regmap_apbif, reg, &cif_conf); in tegra30_ahub_allocate_rx_fifo()
246 ahub->soc_data->set_audio_cif(ahub->regmap_apbif, reg, &cif_conf); in tegra30_ahub_allocate_tx_fifo()
592 ahub->regmap_apbif = devm_regmap_init_mmio(&pdev->dev, regs_apbif, in tegra30_ahub_probe()
594 if (IS_ERR(ahub->regmap_apbif)) { in tegra30_ahub_probe()
596 ret = PTR_ERR(ahub->regmap_apbif); in tegra30_ahub_probe()
599 regcache_cache_only(ahub->regmap_apbif, true); in tegra30_ahub_probe()
[all …]
Dtegra30_ahub.h528 struct regmap *regmap_apbif; member