of_ti_clk_register
clk = of_ti_clk_register(node, &clk_hw->hw, name);
clk = of_ti_clk_register(node, hw, con);
clk = of_ti_clk_register(node, clk_hw, init.name);
struct clk *of_ti_clk_register(struct device_node *node, struct clk_hw *hw,
return of_ti_clk_register(node, &div->hw, name);
clk = of_ti_clk_register(node, &mux->hw, name);