Home
last modified time | relevance | path

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

/drivers/memory/tegra/
Dmc.c154 const struct tegra_mc_reset_ops tegra_mc_reset_ops_common = {
182 const struct tegra_mc_reset_ops *rst_ops; in tegra_mc_hotreset_assert()
242 const struct tegra_mc_reset_ops *rst_ops; in tegra_mc_hotreset_deassert()
281 const struct tegra_mc_reset_ops *rst_ops; in tegra_mc_hotreset_status()
295 static const struct reset_control_ops tegra_mc_reset_ops = { variable
305 mc->reset.ops = &tegra_mc_reset_ops; in tegra_mc_reset_setup()
Dmc.h146 extern const struct tegra_mc_reset_ops tegra_mc_reset_ops_common;
Dtegra20.c354 static const struct tegra_mc_reset_ops tegra20_mc_reset_ops = {