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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Dgpio.c1681 static struct clk * gpio_fck; variable in typeref:struct:clk
1741 gpio_fck = clk_get(NULL, "gpios_fck");
1742 if (IS_ERR(gpio_fck))
1745 clk_enable(gpio_fck);

Completed in 36 milliseconds