HomeSort by: relevance | last modified time | path
    Searched defs:nclk_parent (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/nvidia/
tegra124_car.c 1488 struct clk *nclk_parent; local in function:tegra124_car_clock_set_parent
1491 nclk_parent = tegra124_car_clock_get_parent(priv, clk);
1492 if (nclk_parent == clk_parent || nclk_parent == NULL)
1494 return tegra124_car_clock_set_parent(priv, nclk_parent,
tegra210_car.c 1578 struct clk *nclk_parent; local in function:tegra210_car_clock_set_parent
1581 nclk_parent = tegra210_car_clock_get_parent(priv, clk);
1582 if (nclk_parent == clk_parent || nclk_parent == NULL)
1584 return tegra210_car_clock_set_parent(priv, nclk_parent,

Completed in 138 milliseconds