Lines Matching refs:div
80 void __iomem *div; member
320 if (!synth->div) in ti_fapll_synth_recalc_rate()
351 synth_div_m = readl_relaxed(synth->div) & SYNTH_MAX_DIV_M; in ti_fapll_synth_recalc_rate()
364 post_div_m = readl_relaxed(synth->div) & SYNTH_MAX_DIV_M; in ti_fapll_synth_get_frac_rate()
415 if (ti_fapll_clock_is_bypass(fd) || !synth->div || !rate) in ti_fapll_synth_round_rate()
450 if (ti_fapll_clock_is_bypass(fd) || !synth->div || !rate) in ti_fapll_synth_set_rate()
472 v = readl_relaxed(synth->div); in ti_fapll_synth_set_rate()
476 writel_relaxed(v, synth->div); in ti_fapll_synth_set_rate()
492 void __iomem *div, in ti_fapll_synth_setup() argument
517 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 = NULL; in ti_fapll_setup()
632 synth_clk = ti_fapll_synth_setup(fd, freq, div, output_instance, in ti_fapll_setup()