Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/atmel/
Dmchp-i2s-mcc.c395 struct clk **best_clk, in mchp_i2s_mcc_clk_get_rate_diff() argument
408 *best_clk = clk; in mchp_i2s_mcc_clk_get_rate_diff()
424 struct clk *best_clk = NULL; in mchp_i2s_mcc_config_divs() local
448 &best_clk, best_rate, in mchp_i2s_mcc_config_divs()
462 &best_clk, best_rate, in mchp_i2s_mcc_config_divs()
477 if (!best_clk) { in mchp_i2s_mcc_config_divs()
483 best_clk == dev->pclk ? "pclk" : "gclk", in mchp_i2s_mcc_config_divs()
491 if (best_clk == dev->gclk) in mchp_i2s_mcc_config_divs()
/Linux-v6.1/drivers/tty/serial/
Dsh-sci.c2377 int best_clk = -1; in sci_set_termios() local
2423 best_clk = SCI_SCK; in sci_set_termios()
2438 best_clk = SCI_SCIF_CLK; in sci_set_termios()
2454 best_clk = SCI_BRG_INT; in sci_set_termios()
2468 best_clk = SCI_FCK; in sci_set_termios()
2477 if (best_clk >= 0) in sci_set_termios()
2479 s->clks[best_clk], baud, min_err); in sci_set_termios()
2487 if (best_clk >= 0 && sci_getreg(port, SCCKS)->size) { in sci_set_termios()
2504 if (best_clk >= 0) { in sci_set_termios()
Dsamsung_tty.c1448 unsigned int req_baud, struct clk **best_clk, in s3c24xx_serial_getclk() argument
1497 *best_clk = clk; in s3c24xx_serial_getclk()
/Linux-v6.1/drivers/leds/rgb/
Dleds-qcom-lpg.c260 unsigned int clk_sel, best_clk = 0; in lpg_calc_freq() local
322 best_clk = clk_sel; in lpg_calc_freq()
328 chan->clk_sel = best_clk; in lpg_calc_freq()