Searched refs:ckih_clk (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mxc91231/
H A Dclock.c97 static struct clk ckih_clk = { variable in typeref:struct:clk
107 .parent = &ckih_clk,
180 ref_clk = clk_get_rate(&ckih_clk);
221 .parent = &ckih_clk,
228 .parent = &ckih_clk,
235 .parent = &ckih_clk,
270 .parent = &ckih_clk,
370 .parent = &ckih_clk,
472 return &ckih_clk;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx3/
H A Dclock-imx31.c74 static struct clk ckih_clk; variable in typeref:struct:clk
117 return clk_get_rate(&ckih_clk);
145 return clk_get_rate(&ckih_clk);
411 static struct clk ckih_clk = { variable in typeref:struct:clk
416 .parent = &ckih_clk,
426 .parent = &ckih_clk,
433 .parent = &ckih_clk,
608 pr_info("Clock input source is %ld\n", clk_get_rate(&ckih_clk));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-imx/
H A Dclock-imx21.c456 static struct clk ckih_clk = { variable in typeref:struct:clk
512 .parent = &ckih_clk,
557 .parent = &ckih_clk,
1093 else if (parent == &ckih_clk)
1151 _REGISTER_CLOCK(NULL, "ckih", ckih_clk)
1210 mpll_clk.parent = &ckih_clk;
1215 spll_clk.parent = &ckih_clk;
H A Dclock-imx27.c433 static struct clk ckih_clk = { variable in typeref:struct:clk
438 .parent = &ckih_clk,
479 .parent = &ckih_clk,
729 mpll_clk.parent = &ckih_clk;
734 spll_clk.parent = &ckih_clk;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx5/
H A Dclock-mx51.c624 static struct clk ckih_clk = { variable in typeref:struct:clk

Completed in 30 milliseconds