Lines Matching defs:mtk_pll_data
26 struct mtk_pll_data { struct
27 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;
36 int pd_shift;
37 unsigned int flags;
38 const struct clk_ops *ops;
39 u32 rst_bar_mask;
40 unsigned long fmin;
41 unsigned long fmax;
42 int pcwbits;
43 int pcwibits;
44 u32 pcw_reg;
45 int pcw_shift;
46 u32 pcw_chg_reg;
70 const struct mtk_pll_data *data; argument