Home
last modified time | relevance | path

Searched refs:tegra20_mc_soc (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/memory/tegra/
Dmc.h47 extern const struct tegra_mc_soc tegra20_mc_soc;
Dtegra20.c286 const struct tegra_mc_soc tegra20_mc_soc = { variable
Dmc.c54 { .compatible = "nvidia,tegra20-mc", .data = &tegra20_mc_soc },
642 if (mc->soc == &tegra20_mc_soc) { in tegra_mc_probe()