Lines Matching refs:clk
36 .clk = ck, \
50 static struct clk _name = { \
64 static struct clk _name = { \
71 .clk = &_name, \
79 static struct clk _name; \
82 .clk = &_name, \
95 static struct clk _name; \
98 .clk = &_name, \
158 struct clk *parent;
183 u32 omap3_dpll_autoidle_read(struct clk_hw_omap *clk);
184 void omap3_dpll_allow_idle(struct clk_hw_omap *clk);
185 void omap3_dpll_deny_idle(struct clk_hw_omap *clk);
186 void omap4_dpllmx_allow_gatectrl(struct clk_hw_omap *clk);
187 void omap4_dpllmx_deny_gatectrl(struct clk_hw_omap *clk);
192 u32 omap2_clksel_round_rate_div(struct clk_hw_omap *clk,
204 extern void omap2_clkt_iclk_allow_idle(struct clk_hw_omap *clk);
205 extern void omap2_clkt_iclk_deny_idle(struct clk_hw_omap *clk);
207 unsigned long omap2_get_dpll_rate(struct clk_hw_omap *clk);
209 void omap2_clk_dflt_find_companion(struct clk_hw_omap *clk,
212 void omap2_clk_dflt_find_idlest(struct clk_hw_omap *clk,
216 int omap2_clk_allow_idle(struct clk *clk);
217 int omap2_clk_deny_idle(struct clk *clk);
223 u32 omap2_clk_readl(struct clk_hw_omap *clk, void __iomem *reg);
224 void omap2_clk_writel(u32 val, struct clk_hw_omap *clk, void __iomem *reg);