Home
last modified time | relevance | path

Searched refs:of_ti_clk_register (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/clk/ti/
H A Dclk.c570 struct clk *of_ti_clk_register(struct device_node *node, struct clk_hw *hw, in of_ti_clk_register() function
607 clk = of_ti_clk_register(node, hw, con); in of_ti_clk_register_omap_hw()
H A Dmux.c151 clk = of_ti_clk_register(node, &mux->hw, name); in _register_mux()
H A Dclk-dra7-atl.c192 clk = of_ti_clk_register(node, &clk_hw->hw, name); in of_dra7_atl_clock_setup()
H A Dclock.h202 struct clk *of_ti_clk_register(struct device_node *node, struct clk_hw *hw,
H A Ddivider.c328 return of_ti_clk_register(node, &div->hw, name); in _register_divider()
H A Dclkctrl.c312 clk = of_ti_clk_register(node, clk_hw, init.name); in _ti_clkctrl_clk_register()