Home | History | Annotate | Download | only in nvidia

Lines Matching refs:tclk_parent

1022 	struct tegra_clk *tclk_parent;
1030 tclk_parent = tegra124_car_clock_find(tclk->parent);
1031 KASSERT(tclk_parent != NULL);
1034 TEGRA_CLK_BASE(tclk_parent));
1130 struct tegra_clk *tclk, struct tegra_clk *tclk_parent)
1144 if (strcmp(tmux->parents[src], tclk_parent->base.name) == 0) {
1487 struct tegra_clk *tclk_parent = TEGRA_CLK_PRIV(clk_parent);
1498 return tegra124_car_clock_set_parent_mux(priv, tclk, tclk_parent);
1505 struct tegra_clk *tclk_parent = NULL;
1514 tclk_parent = tegra124_car_clock_find(tclk->parent);
1518 tclk_parent = tegra124_car_clock_get_parent_mux(priv, tclk);
1522 if (tclk_parent == NULL)
1525 return TEGRA_CLK_BASE(tclk_parent);