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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dtc6387xb.c28 struct clk *clk32k; member in struct:tc6387xb
55 clk_disable(tc6387xb->clk32k);
65 clk_enable(tc6387xb->clk32k);
103 clk_enable(tc6387xb->clk32k);
116 clk_disable(tc6387xb->clk32k);
144 struct clk *clk32k; local
163 clk32k = clk_get(&dev->dev, "CLK_CK32K");
164 if (IS_ERR(clk32k)) {
165 ret = PTR_ERR(clk32k);
185 tc6387xb->clk32k
[all...]
H A Dt7l66xb.c76 struct clk *clk32k; member in struct:t7l66xb
90 clk_enable(t7l66xb->clk32k);
121 clk_disable(t7l66xb->clk32k);
344 t7l66xb->clk32k = clk_get(&dev->dev, "CLK_CK32K");
345 if (IS_ERR(t7l66xb->clk32k)) {
346 ret = PTR_ERR(t7l66xb->clk32k);
411 clk_put(t7l66xb->clk32k);
427 clk_disable(t7l66xb->clk32k);
428 clk_put(t7l66xb->clk32k);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/
H A Dat91rm9200_time.c99 static struct clocksource clk32k = { variable in typeref:struct:clocksource
204 clk32k.mult = clocksource_hz2mult(AT91_SLOW_CLOCK, clk32k.shift);
205 clocksource_register(&clk32k);
H A Dclock.c82 static struct clk clk32k = { variable in typeref:struct:clk
83 .name = "clk32k",
201 return &clk32k;
462 else if (clk == &clk32k || clk == &main_clk)
605 &clk32k,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ux500/
H A Dclock.c143 unsigned long clk32k = 32768; local
167 clk32k = 0;
171 clk32k = 0;
197 retclk = clk32k;

Completed in 139 milliseconds