Lines Matching refs:fapll_synth
43 #define to_synth(_hw) container_of(_hw, struct fapll_synth, hw)
75 struct fapll_synth { struct
283 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_enable()
294 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_disable()
303 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_is_enabled()
315 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_recalc_rate()
359 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_get_frac_rate()
370 static u32 ti_fapll_synth_set_frac_rate(struct fapll_synth *synth, in ti_fapll_synth_set_frac_rate()
411 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_round_rate()
445 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_set_rate()
499 struct fapll_synth *synth; in ti_fapll_synth_setup()