Searched refs:spll_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-imx/
H A Dclock-imx27.c478 static struct clk spll_clk = { variable in typeref:struct:clk
588 DEFINE_CLOCK(usb_clk, 0, PCCR1, 25, get_rate_usb, &usb_clk1, &spll_clk);
691 ssi1_clk.parent = &spll_clk;
694 ssi1_clk.parent = &spll_clk;
697 vpu_clk.parent = &spll_clk;
734 spll_clk.parent = &ckih_clk;
736 spll_clk.parent = &fpm_clk;
746 spll_clk.disable(&spll_clk);
H A Dclock-imx21.c556 static struct clk spll_clk = { variable in typeref:struct:clk
861 .parent = &spll_clk,
1097 else if (parent == spll_clk.parent)
1101 else if (parent == &spll_clk)
1155 _REGISTER_CLOCK(NULL, "spll", spll_clk)
1215 spll_clk.parent = &ckih_clk;
1217 spll_clk.parent = &fpm_clk;
1226 spll_clk.disable(&spll_clk);

Completed in 64 milliseconds