Home
last modified time | relevance | path

Searched refs:ebi1_clk (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/arm/mach-msm/
Dclock.c137 static struct clk *ebi1_clk; variable
150 ebi1_clk = clk_get(NULL, "ebi1_clk"); in msm_clock_init()
151 BUG_ON(ebi1_clk == NULL); in msm_clock_init()
Dacpuclock-arm11.c65 static struct clk *ebi1_clk; variable
416 rc = clk_set_rate(ebi1_clk, tgt_s->axiclk_khz * 1000); in acpuclk_set_rate()
470 rc = clk_set_rate(ebi1_clk, speed->axiclk_khz * 1000); in acpuclk_init()
512 ebi1_clk = clk_get(NULL, "ebi1_clk"); in msm_acpu_clock_init()