Lines Matching +full:omap3 +full:- +full:interface +full:- +full:clock
1 // SPDX-License-Identifier: GPL-2.0-only
3 * OMAP interface clock support
7 * Tero Kristo <t-[email protected]>
10 #include <linux/clk-provider.h>
15 #include "clock.h"
39 return ERR_PTR(-ENOMEM); in _register_interface()
41 clk_hw->hw.init = &init; in _register_interface()
42 clk_hw->ops = ops; in _register_interface()
43 memcpy(&clk_hw->enable_reg, reg, sizeof(*reg)); in _register_interface()
44 clk_hw->enable_bit = bit_idx; in _register_interface()
53 clk = of_ti_clk_register_omap_hw(node, &clk_hw->hw, name); in _register_interface()
93 CLK_OF_DECLARE(ti_interface_clk, "ti,omap3-interface-clock",
100 CLK_OF_DECLARE(ti_no_wait_interface_clk, "ti,omap3-no-wait-interface-clock",
109 CLK_OF_DECLARE(ti_hsotgusb_interface_clk, "ti,omap3-hsotgusb-interface-clock",
117 CLK_OF_DECLARE(ti_dss_interface_clk, "ti,omap3-dss-interface-clock",
124 CLK_OF_DECLARE(ti_ssi_interface_clk, "ti,omap3-ssi-interface-clock",
131 CLK_OF_DECLARE(ti_am35xx_interface_clk, "ti,am35xx-interface-clock",
140 CLK_OF_DECLARE(ti_omap2430_interface_clk, "ti,omap2430-interface-clock",