OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bscstr
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/arm/cpu/armv7/bcm235xx/
clk-bsc.c
17
char *
bscstr
, *apbstr;
local
24
bscstr
= "bsc1_clk";
28
bscstr
= "bsc2_clk";
32
bscstr
= "bsc3_clk";
46
ret = clk_get_and_enable(
bscstr
);
/external/u-boot/arch/arm/cpu/armv7/bcm281xx/
clk-bsc.c
17
char *
bscstr
, *apbstr;
local
24
bscstr
= "bsc1_clk";
28
bscstr
= "bsc2_clk";
32
bscstr
= "bsc3_clk";
46
ret = clk_get_and_enable(
bscstr
);
Completed in 76 milliseconds