Home
last modified time | relevance | path

Searched refs:best_clk (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/video/fbdev/mbx/
Dmbxfb.c128 unsigned int best_clk = 0; in mbxfb_get_pixclock() local
154 best_clk = clk; in mbxfb_get_pixclock()
162 return KHZ2PICOS(best_clk); in mbxfb_get_pixclock()
/Linux-v4.19/drivers/tty/serial/
Dsh-sci.c2336 int best_clk = -1; in sci_set_termios() local
2378 best_clk = SCI_SCK; in sci_set_termios()
2393 best_clk = SCI_SCIF_CLK; in sci_set_termios()
2409 best_clk = SCI_BRG_INT; in sci_set_termios()
2423 best_clk = SCI_FCK; in sci_set_termios()
2432 if (best_clk >= 0) in sci_set_termios()
2434 s->clks[best_clk], baud, min_err); in sci_set_termios()
2442 if (best_clk >= 0 && sci_getreg(port, SCCKS)->size) { in sci_set_termios()
2474 if (best_clk >= 0) { in sci_set_termios()
Dsamsung.c1184 unsigned int req_baud, struct clk **best_clk, in s3c24xx_serial_getclk() argument
1233 *best_clk = clk; in s3c24xx_serial_getclk()