Lines Matching full:clk_sel
1359 static void s3c24xx_serial_setsource(struct uart_port *port, u8 clk_sel) in s3c24xx_serial_setsource() argument
1368 if ((ucon & info->clksel_mask) >> info->clksel_shift == clk_sel) in s3c24xx_serial_setsource()
1372 ucon |= clk_sel << info->clksel_shift; in s3c24xx_serial_setsource()
1390 if (ourport->cfg->clk_sel && in s3c24xx_serial_getclk()
1391 !(ourport->cfg->clk_sel & (1 << cnt))) in s3c24xx_serial_getclk()
1482 u8 clk_sel = 0; in s3c24xx_serial_set_termios() local
1495 quot = s3c24xx_serial_getclk(ourport, baud, &clk, &clk_sel); in s3c24xx_serial_set_termios()
1506 s3c24xx_serial_setsource(port, clk_sel); in s3c24xx_serial_set_termios()
1785 u8 clk_sel, clk_num; in s3c24xx_serial_enable_baudclk() local
1787 clk_sel = ourport->cfg->clk_sel ? : info->def_clk_sel; in s3c24xx_serial_enable_baudclk()
1789 if (!(clk_sel & (1 << clk_num))) in s3c24xx_serial_enable_baudclk()
2300 u8 clk_sel; in s3c24xx_serial_get_options() local
2339 clk_sel = s3c24xx_serial_getsource(port); in s3c24xx_serial_get_options()
2340 sprintf(clk_name, "clk_uart_baud%d", clk_sel); in s3c24xx_serial_get_options()