Lines Matching defs:mmp2_audio_clk
60 struct mmp2_audio_clk { struct
61 void __iomem *mmio_base;
63 struct clk_hw audio_pll_hw;
64 struct clk_mux sspa_mux;
65 struct clk_mux sspa1_mux;
66 struct clk_divider sysclk_div;
67 struct clk_divider sspa0_div;
68 struct clk_divider sspa1_div;
69 struct clk_gate sysclk_gate;
70 struct clk_gate sspa0_gate;
71 struct clk_gate sspa1_gate;
73 u32 aud_ctrl;
74 u32 aud_pll_ctrl0;
75 u32 aud_pll_ctrl1;
77 spinlock_t lock;
80 struct clk_hw_onecell_data clk_data;