Lines Matching refs:fapll_synth
44 #define to_synth(_hw) container_of(_hw, struct fapll_synth, hw)
76 struct fapll_synth { struct
284 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_enable()
295 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_disable()
304 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_is_enabled()
316 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_recalc_rate()
360 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_get_frac_rate()
371 static u32 ti_fapll_synth_set_frac_rate(struct fapll_synth *synth, in ti_fapll_synth_set_frac_rate()
412 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_round_rate()
446 struct fapll_synth *synth = to_synth(hw); in ti_fapll_synth_set_rate()
500 struct fapll_synth *synth; in ti_fapll_synth_setup()