Searched refs:uart2_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.c29 static struct clk * uart2_fck = NULL; variable in typeref:struct:clk
140 uart2_fck = clk_get(NULL, "uart2_fck");
141 if (IS_ERR(uart2_fck))
142 printk("Could not get uart2_fck\n");
144 clk_enable(uart2_fck);
H A Dclock.h1458 static struct clk uart2_fck = { variable in typeref:struct:clk
1459 .name = "uart2_fck",
2056 &uart2_fck,

Completed in 81 milliseconds