Searched defs:mtk_pll_data (Results 1 – 1 of 1) sorted by relevance
214 struct mtk_pll_data { struct215 int id;216 const char *name;217 u32 reg;218 u32 pwr_reg;242 const struct mtk_pll_data *plls, int num_plls, argument