Searched refs:mtk_fh (Results 1 – 4 of 4) sorted by relevance
20 inline struct mtk_fh *to_mtk_fh(struct clk_hw *hw) in to_mtk_fh()24 return container_of(pll, struct mtk_fh, clk_pll); in to_mtk_fh()31 struct mtk_fh *fh = to_mtk_fh(hw); in mtk_fhctl_set_rate()107 static void pllfh_init(struct mtk_fh *fh, struct mtk_pllfh_data *pllfh_data) in pllfh_init()144 struct mtk_fh *fh; in mtk_clk_register_pllfh()165 struct mtk_fh *fh; in mtk_clk_unregister_pllfh()
56 struct mtk_fh { struct65 int (*hopping)(struct mtk_fh *fh, unsigned int new_dds, argument67 int (*ssc_enable)(struct mtk_fh *fh, u32 rate);
161 static int fhctl_hopping(struct mtk_fh *fh, unsigned int new_dds, in fhctl_hopping()192 static int fhctl_ssc_enable(struct mtk_fh *fh, u32 rate) in fhctl_ssc_enable()221 void fhctl_hw_init(struct mtk_fh *fh) in fhctl_hw_init()
24 void fhctl_hw_init(struct mtk_fh *fh);
Completed in 10 milliseconds