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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-omap1/
H A Dserial.c34 static struct clk * uart2_ck; variable in typeref:struct:clk
165 uart2_ck = clk_get(NULL, "uart2_ck");
166 if (IS_ERR(uart2_ck))
167 printk("Could not get uart2_ck\n");
169 clk_enable(uart2_ck);
171 clk_set_rate(uart2_ck, 12000000);
173 clk_set_rate(uart2_ck, 48000000);
229 if (uart2_ck != NULL) {
272 if (uart2_ck !
[all...]
H A Dclock.h548 static struct clk uart2_ck = { variable in typeref:struct:clk
549 .name = "uart2_ck",
793 &uart2_ck,

Completed in 99 milliseconds