|
@@ -194,6 +194,8 @@ struct clk *ti_clk_register(struct device *dev, struct clk_hw *hw,
|
|
|
int ti_clk_add_alias(struct device *dev, struct clk *clk, const char *con);
|
|
|
void ti_clk_add_aliases(void);
|
|
|
|
|
|
+void ti_clk_latch(struct clk_omap_reg *reg, s8 shift);
|
|
|
+
|
|
|
struct clk_hw *ti_clk_build_component_mux(struct ti_clk_mux *setup);
|
|
|
|
|
|
int ti_clk_parse_divider_data(int *div_table, int num_dividers, int max_div,
|