Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-imx/
Dclock-imx27.c478 static struct clk spll_clk = { variable
588 DEFINE_CLOCK(usb_clk, 0, PCCR1, 25, get_rate_usb, &usb_clk1, &spll_clk);
691 ssi1_clk.parent = &spll_clk; in to2_adjust_clocks()
694 ssi1_clk.parent = &spll_clk; in to2_adjust_clocks()
697 vpu_clk.parent = &spll_clk; in to2_adjust_clocks()
734 spll_clk.parent = &ckih_clk; in mx27_clocks_init()
736 spll_clk.parent = &fpm_clk; in mx27_clocks_init()
746 spll_clk.disable(&spll_clk); in mx27_clocks_init()
Dclock-imx21.c556 static struct clk spll_clk = { variable
861 .parent = &spll_clk,
1097 else if (parent == spll_clk.parent) in _clk_clko_set_parent()
1101 else if (parent == &spll_clk) in _clk_clko_set_parent()
1215 spll_clk.parent = &ckih_clk; in mx21_clocks_init()
1217 spll_clk.parent = &fpm_clk; in mx21_clocks_init()
1226 spll_clk.disable(&spll_clk); in mx21_clocks_init()