Searched refs:dsp_clk (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dmcbsp.c32 static struct clk *dsp_clk; variable in typeref:struct:clk
43 dsp_clk = clk_get(NULL, "dsp_ck");
44 if (!IS_ERR(api_clk) && !IS_ERR(dsp_clk)) {
46 clk_enable(dsp_clk);
63 if (!IS_ERR(dsp_clk)) {
64 clk_disable(dsp_clk);
65 clk_put(dsp_clk);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/ar7/
H A Dclock.c108 static struct clk dsp_clk; variable in typeref:struct:clk
266 if (dsp_clk.rate == 250000000)
268 bootcr, dsp_clk.rate);
411 dsp_clk.rate = cpu_clk.rate;
447 return &dsp_clk;
467 dsp_clk.rate = tnetd7300_dsp_clock();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Ddm644x.c129 static struct clk dsp_clk = { variable in typeref:struct:clk
293 CLK(NULL, "dsp", &dsp_clk),
H A Ddm646x.c156 static struct clk dsp_clk = { variable in typeref:struct:clk
330 CLK(NULL, "dsp", &dsp_clk),

Completed in 58 milliseconds