Home | History | Annotate | Download | only in nvidia

Lines Matching defs:tclk_parent

1144 	struct tegra_clk *tclk_parent;
1152 tclk_parent = tegra210_car_clock_find(tclk->parent);
1153 KASSERT(tclk_parent != NULL);
1156 TEGRA_CLK_BASE(tclk_parent));
1260 struct tegra_clk *tclk, struct tegra_clk *tclk_parent)
1274 if (strcmp(tmux->parents[src], tclk_parent->base.name) == 0) {
1577 struct tegra_clk *tclk_parent = TEGRA_CLK_PRIV(clk_parent);
1588 return tegra210_car_clock_set_parent_mux(priv, tclk, tclk_parent);
1595 struct tegra_clk *tclk_parent = NULL;
1604 tclk_parent = tegra210_car_clock_find(tclk->parent);
1608 tclk_parent = tegra210_car_clock_get_parent_mux(priv, tclk);
1612 if (tclk_parent == NULL)
1615 return TEGRA_CLK_BASE(tclk_parent);