Searched refs:regmap_apbif (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/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() 81 regcache_cache_only(ahub->regmap_apbif, false); in tegra30_ahub_runtime_resume() 133 ahub->soc_data->set_audio_cif(ahub->regmap_apbif, reg, &cif_conf); in tegra30_ahub_allocate_rx_fifo() 235 ahub->soc_data->set_audio_cif(ahub->regmap_apbif, reg, &cif_conf); in tegra30_ahub_allocate_tx_fifo() 581 ahub->regmap_apbif = devm_regmap_init_mmio(&pdev->dev, regs_apbif, in tegra30_ahub_probe() 583 if (IS_ERR(ahub->regmap_apbif)) { in tegra30_ahub_probe() 585 ret = PTR_ERR(ahub->regmap_apbif); in tegra30_ahub_probe() 588 regcache_cache_only(ahub->regmap_apbif, true); in tegra30_ahub_probe() [all …]
|
D | tegra30_ahub.h | 517 struct regmap *regmap_apbif; member
|