Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/ti/
H A Dfapll.c610 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()