OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tclk
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/arm/marvell/
orion.c
213
uint32_t reg, armddrclk,
tclk
;
local in function:orion_getclks
240
tclk
= (reg >> tclk_shift) & ORION_PMISMPL_TCLK_MASK;
241
switch (
tclk
) {
/src/sys/arch/arm/ti/
am3_prcm.c
237
struct ti_prcm_clk *
tclk
= &sc->sc_prcm.sc_clks[n];
local in function:am3_prcm_clock_decode
238
if (
tclk
->type != TI_PRCM_HWMOD)
241
if (
tclk
->u.hwmod.reg == regoff)
242
return &
tclk
->base;
/src/sys/arch/arm/nvidia/
tegra124_car.c
978
struct tegra_clk *
tclk
;
local in function:tegra124_car_clock_decode
986
tclk
= tegra124_car_clock_find_by_id(clock_id);
987
if (
tclk
)
988
return TEGRA_CLK_BASE(
tclk
);
996
struct tegra_clk *
tclk
;
local in function:tegra124_car_clock_get
998
tclk
= tegra124_car_clock_find(name);
999
if (
tclk
== NULL)
1002
atomic_inc_uint(&
tclk
->refcnt);
1004
return TEGRA_CLK_BASE(
tclk
);
1010
struct tegra_clk *
tclk
= TEGRA_CLK_PRIV(clk)
local in function:tegra124_car_clock_put
1403
struct tegra_clk *
tclk
= TEGRA_CLK_PRIV(clk);
local in function:tegra124_car_clock_get_rate
1429
struct tegra_clk *
tclk
= TEGRA_CLK_PRIV(clk);
local in function:tegra124_car_clock_set_rate
1458
struct tegra_clk *
tclk
= TEGRA_CLK_PRIV(clk);
local in function:tegra124_car_clock_enable
1474
struct tegra_clk *
tclk
= TEGRA_CLK_PRIV(clk);
local in function:tegra124_car_clock_disable
1486
struct tegra_clk *
tclk
= TEGRA_CLK_PRIV(clk);
local in function:tegra124_car_clock_set_parent
1504
struct tegra_clk *
tclk
= TEGRA_CLK_PRIV(clk);
local in function:tegra124_car_clock_get_parent
[
all
...]
tegra210_car.c
1100
struct tegra_clk *
tclk
;
local in function:tegra210_car_clock_decode
1108
tclk
= tegra210_car_clock_find_by_id(clock_id);
1109
if (
tclk
)
1110
return TEGRA_CLK_BASE(
tclk
);
1118
struct tegra_clk *
tclk
;
local in function:tegra210_car_clock_get
1120
tclk
= tegra210_car_clock_find(name);
1121
if (
tclk
== NULL)
1124
atomic_inc_uint(&
tclk
->refcnt);
1126
return TEGRA_CLK_BASE(
tclk
);
1132
struct tegra_clk *
tclk
= TEGRA_CLK_PRIV(clk)
local in function:tegra210_car_clock_put
1493
struct tegra_clk *
tclk
= TEGRA_CLK_PRIV(clk);
local in function:tegra210_car_clock_get_rate
1519
struct tegra_clk *
tclk
= TEGRA_CLK_PRIV(clk);
local in function:tegra210_car_clock_set_rate
1548
struct tegra_clk *
tclk
= TEGRA_CLK_PRIV(clk);
local in function:tegra210_car_clock_enable
1564
struct tegra_clk *
tclk
= TEGRA_CLK_PRIV(clk);
local in function:tegra210_car_clock_disable
1576
struct tegra_clk *
tclk
= TEGRA_CLK_PRIV(clk);
local in function:tegra210_car_clock_set_parent
1594
struct tegra_clk *
tclk
= TEGRA_CLK_PRIV(clk);
local in function:tegra210_car_clock_get_parent
[
all
...]
Completed in 15 milliseconds
Indexes created Wed Sep 24 15:09:51 GMT 2025