Home
last modified time | relevance | path

Searched refs:mtk_fh (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/clk/mediatek/
H A Dclk-pllfh.h57 struct mtk_fh { struct
66 int (*hopping)(struct mtk_fh *fh, unsigned int new_dds, argument
68 int (*ssc_enable)(struct mtk_fh *fh, u32 rate);
H A Dclk-pllfh.c20 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()
115 static int pllfh_init(struct mtk_fh *fh, struct mtk_pllfh_data *pllfh_data) in pllfh_init()
156 struct mtk_fh *fh; in mtk_clk_register_pllfh()
186 struct mtk_fh *fh; in mtk_clk_unregister_pllfh()
H A Dclk-fhctl.c181 static int fhctl_hopping(struct mtk_fh *fh, unsigned int new_dds, in fhctl_hopping()
212 static int fhctl_ssc_enable(struct mtk_fh *fh, u32 rate) in fhctl_ssc_enable()
241 void fhctl_hw_init(struct mtk_fh *fh) in fhctl_hw_init()
H A Dclk-fhctl.h31 void fhctl_hw_init(struct mtk_fh *fh);