Searched defs:mtk_pll_data (Results 1 – 2 of 2) sorted by relevance
26 struct mtk_pll_data { struct27 int id;28 const char *name;29 u32 reg;30 u32 pwr_reg;31 u32 en_mask;32 u32 pd_reg;33 u32 tuner_reg;34 u32 tuner_en_reg;35 u8 tuner_en_bit;[all …]
29 struct mtk_pll_data { struct30 const int id;31 u32 reg;32 u32 pwr_reg;33 u32 en_mask;34 u32 pd_reg;35 int pd_shift;36 u32 flags;37 u32 rst_bar_mask;38 u64 fmax;[all …]