Lines Matching refs:regmap_apbif
38 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()
611 ahub->regmap_apbif = devm_regmap_init_mmio(&pdev->dev, regs_apbif, in tegra30_ahub_probe()
613 if (IS_ERR(ahub->regmap_apbif)) { in tegra30_ahub_probe()
615 ret = PTR_ERR(ahub->regmap_apbif); in tegra30_ahub_probe()
618 regcache_cache_only(ahub->regmap_apbif, true); in tegra30_ahub_probe()
695 regcache_mark_dirty(ahub->regmap_apbif); in tegra30_ahub_suspend()
708 ret |= regcache_sync(ahub->regmap_apbif); in tegra30_ahub_resume()