Lines Matching defs:uart2_ck
30 static struct clk * uart2_ck;137 uart2_ck = clk_get(NULL, "uart2_ck");138 if (IS_ERR(uart2_ck))139 printk("Could not get uart2_ck\n");141 clk_prepare_enable(uart2_ck);143 clk_set_rate(uart2_ck, 12000000);145 clk_set_rate(uart2_ck, 48000000);187 if (uart2_ck != NULL) {229 if (uart2_ck != NULL)