|
@@ -296,6 +296,14 @@ int omap3_dpll4_set_rate_and_parent(struct clk_hw *hw, unsigned long rate,
|
|
|
int omap2_dflt_clk_enable(struct clk_hw *hw);
|
|
|
void omap2_dflt_clk_disable(struct clk_hw *hw);
|
|
|
int omap2_dflt_clk_is_enabled(struct clk_hw *hw);
|
|
|
+void omap2_clkt_iclk_allow_idle(struct clk_hw_omap *clk);
|
|
|
+void omap2_clkt_iclk_deny_idle(struct clk_hw_omap *clk);
|
|
|
+void omap2_clk_dflt_find_companion(struct clk_hw_omap *clk,
|
|
|
+ void __iomem **other_reg,
|
|
|
+ u8 *other_bit);
|
|
|
+void omap2_clk_dflt_find_idlest(struct clk_hw_omap *clk,
|
|
|
+ void __iomem **idlest_reg,
|
|
|
+ u8 *idlest_bit, u8 *idlest_val);
|
|
|
void omap3_clk_lock_dpll5(void);
|
|
|
unsigned long omap2_dpllcore_recalc(struct clk_hw *hw,
|
|
|
unsigned long parent_rate);
|
|
@@ -358,8 +366,6 @@ extern const struct clk_hw_omap_ops clkhwops_wait;
|
|
|
extern const struct clk_hw_omap_ops clkhwops_omap3430es2_dss_usbhost_wait;
|
|
|
extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_module_wait;
|
|
|
extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_wait;
|
|
|
-extern const struct clk_hw_omap_ops clkhwops_iclk;
|
|
|
-extern const struct clk_hw_omap_ops clkhwops_iclk_wait;
|
|
|
extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_ssi_wait;
|
|
|
extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_dss_usbhost_wait;
|
|
|
extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_hsotgusb_wait;
|