Searched refs:usbtll_fck (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-omap.c161 struct clk *usbtll_fck; member in struct:ehci_hcd_omap
313 omap->usbtll_fck = clk_get(omap->dev, "usbtll_fck");
314 if (IS_ERR(omap->usbtll_fck)) {
315 ret = PTR_ERR(omap->usbtll_fck);
318 clk_enable(omap->usbtll_fck);
462 clk_disable(omap->usbtll_fck);
463 clk_put(omap->usbtll_fck);
532 if (omap->usbtll_fck != NULL) {
533 clk_disable(omap->usbtll_fck);
[all...]
H A Dohci-omap3.c140 struct clk *usbtll_fck; member in struct:ohci_hcd_omap3
158 clk_enable(omap->usbtll_fck);
166 clk_disable(omap->usbtll_fck);
314 omap->usbtll_fck = clk_get(omap->dev, "usbtll_fck");
315 if (IS_ERR(omap->usbtll_fck)) {
316 dev_err(omap->dev, "could not get usbtll_fck\n");
317 ret = PTR_ERR(omap->usbtll_fck);
434 clk_put(omap->usbtll_fck);
494 if (omap->usbtll_fck !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dclock3xxx_data.c1403 static struct clk usbtll_fck = { variable in typeref:struct:clk
1404 .name = "usbtll_fck",
3237 CLK(NULL, "usbtll_fck", &usbtll_fck, CK_3430ES2 | CK_AM35XX),

Completed in 108 milliseconds