Searched refs:gpmc_fck (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-omap2/
H A Dboard-h4.c199 struct clk *gpmc_fck; local
203 gpmc_fck = clk_get(NULL, "gpmc_fck"); /* Always on ENABLE_ON_INIT */
204 if (IS_ERR(gpmc_fck)) {
209 clk_enable(gpmc_fck);
210 rate = clk_get_rate(gpmc_fck);
211 clk_disable(gpmc_fck);
212 clk_put(gpmc_fck);
255 clk_disable(gpmc_fck);
256 clk_put(gpmc_fck);
[all...]
H A Dboard-apollon.c203 struct clk *gpmc_fck; local
206 gpmc_fck = clk_get(NULL, "gpmc_fck"); /* Always on ENABLE_ON_INIT */
207 if (IS_ERR(gpmc_fck)) {
212 clk_enable(gpmc_fck);
213 rate = clk_get_rate(gpmc_fck);
258 clk_disable(gpmc_fck);
259 clk_put(gpmc_fck);
H A Dclock2420_data.c1550 static struct clk gpmc_fck = { variable in typeref:struct:clk
1551 .name = "gpmc_fck",
1828 CLK(NULL, "gpmc_fck", &gpmc_fck, CK_242X),
H A Dclock2430_data.c1568 static struct clk gpmc_fck = { variable in typeref:struct:clk
1569 .name = "gpmc_fck",
1909 CLK(NULL, "gpmc_fck", &gpmc_fck, CK_243X),
H A Dclock3xxx_data.c1734 static struct clk gpmc_fck = { variable in typeref:struct:clk
1735 .name = "gpmc_fck",
3266 CLK(NULL, "gpmc_fck", &gpmc_fck, CK_3XXX),

Completed in 196 milliseconds