Searched refs:synth_clk (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/ti/ |
H A D | fapll.c | 619 struct clk *synth_clk; in ti_fapll_setup() local 644 synth_clk = ti_fapll_synth_setup(fd, freq, div, output_instance, in ti_fapll_setup() 646 if (IS_ERR(synth_clk)) in ti_fapll_setup() 649 fd->outputs.clks[output_instance] = synth_clk; in ti_fapll_setup() 652 clk_register_clkdev(synth_clk, output_name, NULL); in ti_fapll_setup()
|
/kernel/linux/linux-6.6/drivers/clk/ti/ |
H A D | fapll.c | 610 struct clk *synth_clk; in ti_fapll_setup() local 635 synth_clk = ti_fapll_synth_setup(fd, freq, div, output_instance, in ti_fapll_setup() 637 if (IS_ERR(synth_clk)) in ti_fapll_setup() 640 fd->outputs.clks[output_instance] = synth_clk; in ti_fapll_setup() 643 clk_register_clkdev(synth_clk, output_name, NULL); in ti_fapll_setup()
|
Completed in 2 milliseconds