OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:soc_clk_ctl
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/board/synopsys/hsdk/
clk-lib.h
35
int
soc_clk_ctl
(const char *name, ulong *rate, enum clk_ctl_ops ctl);
hsdk.c
566
soc_clk_ctl
("cpu-clk", &rate, CLK_ON | CLK_SET | CLK_MHZ);
573
soc_clk_ctl
("tun-clk", &rate, CLK_ON | CLK_SET | CLK_MHZ);
575
soc_clk_ctl
("tun-clk", NULL, CLK_OFF);
580
soc_clk_ctl
("axi-clk", &rate, CLK_SET | CLK_ON | CLK_MHZ);
853
if (
soc_clk_ctl
("cpu-clk", &rate, CLK_GET | CLK_MHZ))
859
if (
soc_clk_ctl
("tun-clk", &rate, CLK_GET | CLK_MHZ))
865
if (
soc_clk_ctl
("axi-clk", &rate, CLK_GET | CLK_MHZ))
880
soc_clk_ctl
("cpu-clk", NULL, CLK_PRINT | CLK_MHZ);
881
soc_clk_ctl
("tun-clk", NULL, CLK_PRINT | CLK_MHZ);
882
soc_clk_ctl
("axi-clk", NULL, CLK_PRINT | CLK_MHZ)
[
all
...]
clk-lib.c
15
int
soc_clk_ctl
(const char *name, ulong *rate, enum clk_ctl_ops ctl)
function
Completed in 596 milliseconds