Home
last modified time | relevance | path

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

/sound/soc/tegra/
Dtegra30_ahub.c34 static struct tegra30_ahub *ahub; variable
38 regmap_write(ahub->regmap_apbif, reg, val); in tegra30_apbif_write()
44 regmap_read(ahub->regmap_apbif, reg, &val); in tegra30_apbif_read()
50 regmap_write(ahub->regmap_ahub, reg, val); in tegra30_audio_write()
55 regcache_cache_only(ahub->regmap_apbif, true); in tegra30_ahub_runtime_suspend()
56 regcache_cache_only(ahub->regmap_ahub, true); in tegra30_ahub_runtime_suspend()
58 clk_disable_unprepare(ahub->clk_apbif); in tegra30_ahub_runtime_suspend()
59 clk_disable_unprepare(ahub->clk_d_audio); in tegra30_ahub_runtime_suspend()
79 ret = clk_prepare_enable(ahub->clk_d_audio); in tegra30_ahub_runtime_resume()
84 ret = clk_prepare_enable(ahub->clk_apbif); in tegra30_ahub_runtime_resume()
[all …]
DMakefile8 snd-soc-tegra30-ahub-objs := tegra30_ahub.o
17 obj-$(CONFIG_SND_SOC_TEGRA30_AHUB) += snd-soc-tegra30-ahub.o