Searched refs:regmap_apbif (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/sound/soc/tegra/ |
D | tegra30_ahub.c | 27 regmap_write(ahub->regmap_apbif, reg, val); in tegra30_apbif_write() 34 regmap_read(ahub->regmap_apbif, reg, &val); in tegra30_apbif_read() 45 regcache_cache_only(ahub->regmap_apbif, true); in tegra30_ahub_runtime_suspend() 82 regcache_cache_only(ahub->regmap_apbif, false); in tegra30_ahub_runtime_resume() 84 regcache_mark_dirty(ahub->regmap_apbif); in tegra30_ahub_runtime_resume() 87 ret = regcache_sync(ahub->regmap_apbif); in tegra30_ahub_runtime_resume() 149 ahub->soc_data->set_audio_cif(ahub->regmap_apbif, reg, &cif_conf); in tegra30_ahub_allocate_rx_fifo() 251 ahub->soc_data->set_audio_cif(ahub->regmap_apbif, reg, &cif_conf); in tegra30_ahub_allocate_tx_fifo() 559 ahub->regmap_apbif = devm_regmap_init_mmio(&pdev->dev, regs_apbif, in tegra30_ahub_probe() 561 if (IS_ERR(ahub->regmap_apbif)) { in tegra30_ahub_probe() [all …]
|
D | tegra30_ahub.h | 519 struct regmap *regmap_apbif; member
|