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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-omap2/
H A Dserial.c27 static struct clk * uart1_fck = NULL; variable in typeref:struct:clk
125 uart1_fck = clk_get(NULL, "uart1_fck");
126 if (IS_ERR(uart1_fck))
127 printk("Could not get uart1_fck\n");
129 clk_enable(uart1_fck);
H A Dclock.h1440 static struct clk uart1_fck = { variable in typeref:struct:clk
1441 .name = "uart1_fck",
2054 &uart1_fck,

Completed in 109 milliseconds