OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tclk_parent
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/nvidia/
tegra124_car.c
1022
struct tegra_clk *
tclk_parent
;
local in function:tegra124_car_clock_get_rate_pll
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);
local in function:tegra124_car_clock_set_parent
1498
return tegra124_car_clock_set_parent_mux(priv, tclk,
tclk_parent
);
1505
struct tegra_clk *
tclk_parent
= NULL;
local in function:tegra124_car_clock_get_parent
1514
tclk_parent
= tegra124_car_clock_find(tclk->parent)
[
all
...]
tegra210_car.c
1144
struct tegra_clk *
tclk_parent
;
local in function:tegra210_car_clock_get_rate_pll
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);
local in function:tegra210_car_clock_set_parent
1588
return tegra210_car_clock_set_parent_mux(priv, tclk,
tclk_parent
);
1595
struct tegra_clk *
tclk_parent
= NULL;
local in function:tegra210_car_clock_get_parent
1604
tclk_parent
= tegra210_car_clock_find(tclk->parent)
[
all
...]
Completed in 200 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025