Lines Matching refs:fapll_data
42 #define to_fapll(_hw) container_of(_hw, struct fapll_data, hw)
65 struct fapll_data { struct
77 struct fapll_data *fd; argument
85 static bool ti_fapll_clock_is_bypass(struct fapll_data *fd) in ti_fapll_clock_is_bypass()
95 static void ti_fapll_set_bypass(struct fapll_data *fd) in ti_fapll_set_bypass()
106 static void ti_fapll_clear_bypass(struct fapll_data *fd) in ti_fapll_clear_bypass()
117 static int ti_fapll_wait_lock(struct fapll_data *fd) in ti_fapll_wait_lock()
139 struct fapll_data *fd = to_fapll(hw); in ti_fapll_enable()
151 struct fapll_data *fd = to_fapll(hw); in ti_fapll_disable()
160 struct fapll_data *fd = to_fapll(hw); in ti_fapll_is_enabled()
169 struct fapll_data *fd = to_fapll(hw); in ti_fapll_recalc_rate()
192 struct fapll_data *fd = to_fapll(hw); in ti_fapll_get_parent()
246 struct fapll_data *fd = to_fapll(hw); in ti_fapll_set_rate()
412 struct fapll_data *fd = synth->fd; in ti_fapll_synth_round_rate()
446 struct fapll_data *fd = synth->fd; in ti_fapll_synth_set_rate()
490 static struct clk * __init ti_fapll_synth_setup(struct fapll_data *fd, in ti_fapll_synth_setup()
533 struct fapll_data *fd; in ti_fapll_setup()