Lines Matching refs:div
79 void __iomem *div; member
319 if (!synth->div) in ti_fapll_synth_recalc_rate()
350 synth_div_m = readl_relaxed(synth->div) & SYNTH_MAX_DIV_M; in ti_fapll_synth_recalc_rate()
363 post_div_m = readl_relaxed(synth->div) & SYNTH_MAX_DIV_M; in ti_fapll_synth_get_frac_rate()
414 if (ti_fapll_clock_is_bypass(fd) || !synth->div || !rate) in ti_fapll_synth_round_rate()
449 if (ti_fapll_clock_is_bypass(fd) || !synth->div || !rate) in ti_fapll_synth_set_rate()
471 v = readl_relaxed(synth->div); in ti_fapll_synth_set_rate()
475 writel_relaxed(v, synth->div); in ti_fapll_synth_set_rate()
491 void __iomem *div, in ti_fapll_synth_setup() argument
516 synth->div = div; in ti_fapll_synth_setup()
606 void __iomem *freq, *div; in ti_fapll_setup() local
620 div = freq + 4; in ti_fapll_setup()
625 div = 0; in ti_fapll_setup()
632 synth_clk = ti_fapll_synth_setup(fd, freq, div, output_instance, in ti_fapll_setup()