Home
last modified time | relevance | path

Searched refs:clk32k (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/mfd/
Dtc6387xb.c28 struct clk *clk32k; member
55 clk_disable(tc6387xb->clk32k); in tc6387xb_suspend()
65 clk_enable(tc6387xb->clk32k); in tc6387xb_resume()
103 clk_enable(tc6387xb->clk32k); in tc6387xb_mmc_enable()
116 clk_disable(tc6387xb->clk32k); in tc6387xb_mmc_disable()
145 struct clk *clk32k; in tc6387xb_probe() local
164 clk32k = clk_get(&dev->dev, "CLK_CK32K"); in tc6387xb_probe()
165 if (IS_ERR(clk32k)) { in tc6387xb_probe()
166 ret = PTR_ERR(clk32k); in tc6387xb_probe()
186 tc6387xb->clk32k = clk32k; in tc6387xb_probe()
[all …]
Dt7l66xb.c76 struct clk *clk32k; member
90 clk_enable(t7l66xb->clk32k); in t7l66xb_mmc_enable()
121 clk_disable(t7l66xb->clk32k); in t7l66xb_mmc_disable()
344 t7l66xb->clk32k = clk_get(&dev->dev, "CLK_CK32K"); in t7l66xb_probe()
345 if (IS_ERR(t7l66xb->clk32k)) { in t7l66xb_probe()
346 ret = PTR_ERR(t7l66xb->clk32k); in t7l66xb_probe()
403 clk_put(t7l66xb->clk32k); in t7l66xb_probe()
419 clk_disable(t7l66xb->clk32k); in t7l66xb_remove()
420 clk_put(t7l66xb->clk32k); in t7l66xb_remove()
/linux-3.4.99/arch/arm/mach-omap2/
Domap_phy_internal.c45 static struct clk *phyclk, *clk48m, *clk32k; variable
79 clk32k = clk_get(dev, "usb_phy_cm_clk32k"); in omap4430_phy_init()
80 if (IS_ERR(clk32k)) { in omap4430_phy_init()
85 return PTR_ERR(clk32k); in omap4430_phy_init()
98 clk_enable(clk32k); in omap4430_phy_set_clk()
104 clk_disable(clk32k); in omap4430_phy_set_clk()
166 if (clk32k) in omap4430_phy_exit()
167 clk_put(clk32k); in omap4430_phy_exit()
/linux-3.4.99/arch/arm/mach-at91/
Dat91rm9200_time.c102 static struct clocksource clk32k = { variable
216 clocksource_register_hz(&clk32k, AT91_SLOW_CLOCK); in at91rm9200_timer_init()
Dclock.c99 static struct clk clk32k = { variable
212 return &clk32k; in at91_css_to_clk()
470 else if (clk == &clk32k || clk == &main_clk) in at91_clk_show()
619 &clk32k,
/linux-3.4.99/arch/arm/mach-ux500/
Dclock.c148 unsigned long clk32k = 32768; in clk_mtu_get_rate() local
178 retclk = clk32k; in clk_mtu_get_rate()