Lines Matching defs:uart2_ck
28 static struct clk * uart2_ck;150 uart2_ck = clk_get(NULL, "uart2_ck");151 if (IS_ERR(uart2_ck))152 printk("Could not get uart2_ck\n");154 clk_enable(uart2_ck);156 clk_set_rate(uart2_ck, 12000000);158 clk_set_rate(uart2_ck, 48000000);200 if (uart2_ck != NULL) {243 if (uart2_ck != NULL)