mtk_fh
static int fhctl_hopping(struct mtk_fh *fh, unsigned int new_dds,
static int fhctl_ssc_enable(struct mtk_fh *fh, u32 rate)
void fhctl_hw_init(struct mtk_fh *fh)
void fhctl_hw_init(struct mtk_fh *fh);
static int pllfh_init(struct mtk_fh *fh, struct mtk_pllfh_data *pllfh_data)
struct mtk_fh *fh;
struct mtk_fh *fh;
inline struct mtk_fh *to_mtk_fh(struct clk_hw *hw)
return container_of(pll, struct mtk_fh, clk_pll);
struct mtk_fh *fh = to_mtk_fh(hw);
int (*hopping)(struct mtk_fh *fh, unsigned int new_dds,
int (*ssc_enable)(struct mtk_fh *fh, u32 rate);