Searched defs:mtk_pll_data (Results 1 – 1 of 1) sorted by relevance
24 struct mtk_pll_data { struct25 int id;26 const char *name;27 u32 reg;28 u32 pwr_reg;52 const struct mtk_pll_data *plls, int num_plls, argument