Searched refs:pllfh_data (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/clk/mediatek/
H A Dclk-pllfh.c115 static int pllfh_init(struct mtk_fh *fh, struct mtk_pllfh_data *pllfh_data) argument
119 void __iomem *base = pllfh_data->state.base;
120 void __iomem *fhx_base = base + pllfh_data->data.fhx_offset;
122 offset = fhctl_get_offset_table(pllfh_data->data.fh_ver);
138 fh->pllfh_data = pllfh_data;
153 struct mtk_pllfh_data *pllfh_data, void __iomem *base)
163 ret = pllfh_init(fh, pllfh_data);
152 mtk_clk_register_pllfh(const struct mtk_pll_data *pll_data, struct mtk_pllfh_data *pllfh_data, void __iomem *base) argument
H A Dclk-fhctl.c184 const struct fh_pll_data *data = &fh->pllfh_data->data;
185 struct fh_pll_state *state = &fh->pllfh_data->state;
214 const struct fh_pll_data *data = &fh->pllfh_data->data;
215 struct fh_pll_state *state = &fh->pllfh_data->state;
243 const struct fh_pll_data data = fh->pllfh_data->data;
244 struct fh_pll_state state = fh->pllfh_data->state;
H A Dclk-pllfh.h60 struct mtk_pllfh_data *pllfh_data; member in struct:mtk_fh

Completed in 205 milliseconds