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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/
H A Dacpuclock-arm11.c65 static struct clk *ebi1_clk; variable in typeref:struct:clk
396 rc = clk_set_rate(ebi1_clk, tgt_s->axiclk_khz * 1000);
450 rc = clk_set_rate(ebi1_clk, speed->axiclk_khz * 1000);
492 ebi1_clk = clk_get(NULL, "ebi1_clk");
H A Dclock.c170 static struct clk *ebi1_clk; variable in typeref:struct:clk
194 ebi1_clk = clk_get(NULL, "ebi1_clk");
195 BUG_ON(ebi1_clk == NULL);

Completed in 98 milliseconds