Searched refs:best_clk (Results 1 – 2 of 2) sorted by relevance
2391 int best_clk = -1; in sci_set_termios() local2437 best_clk = SCI_SCK; in sci_set_termios()2452 best_clk = SCI_SCIF_CLK; in sci_set_termios()2468 best_clk = SCI_BRG_INT; in sci_set_termios()2482 best_clk = SCI_FCK; in sci_set_termios()2491 if (best_clk >= 0) in sci_set_termios()2493 s->clks[best_clk], baud, min_err); in sci_set_termios()2501 if (best_clk >= 0 && sci_getreg(port, SCCKS)->size) { in sci_set_termios()2518 if (best_clk >= 0) { in sci_set_termios()
1459 unsigned int req_baud, struct clk **best_clk, in s3c24xx_serial_getclk() argument1516 if (!IS_ERR(*best_clk)) in s3c24xx_serial_getclk()1517 clk_put(*best_clk); in s3c24xx_serial_getclk()1518 *best_clk = clk; in s3c24xx_serial_getclk()