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