Searched refs:gpio5_fck (Results 1 - 2 of 2) 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.c1686 static struct clk * gpio5_fck; variable in typeref:struct:clk
1757 gpio5_fck = clk_get(NULL, "gpio5_fck");
1758 if (IS_ERR(gpio5_fck))
1759 printk("Could not get gpio5_fck\n");
1761 clk_enable(gpio5_fck);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dclock2430_data.c1723 static struct clk gpio5_fck = { variable in typeref:struct:clk
1724 .name = "gpio5_fck",
1925 CLK(NULL, "gpio5_fck", &gpio5_fck, CK_243X),

Completed in 37 milliseconds