Home
last modified time | relevance | path

Searched refs:imx_clk_gate2_shared2 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/clk/imx/
Dclk-imx7d.c811 …clks[IMX7D_ENET1_IPG_ROOT_CLK] = imx_clk_gate2_shared2("enet1_ipg_root_clk", "enet_axi_post_div", … in imx7d_clocks_init()
812 …clks[IMX7D_ENET1_TIME_ROOT_CLK] = imx_clk_gate2_shared2("enet1_time_root_clk", "enet1_time_post_di… in imx7d_clocks_init()
813 …clks[IMX7D_ENET2_IPG_ROOT_CLK] = imx_clk_gate2_shared2("enet2_ipg_root_clk", "enet_axi_post_div", … in imx7d_clocks_init()
814 …clks[IMX7D_ENET2_TIME_ROOT_CLK] = imx_clk_gate2_shared2("enet2_time_root_clk", "enet2_time_post_di… in imx7d_clocks_init()
815 …clks[IMX7D_SAI1_ROOT_CLK] = imx_clk_gate2_shared2("sai1_root_clk", "sai1_post_div", base + 0x48c0,… in imx7d_clocks_init()
816 …clks[IMX7D_SAI1_IPG_CLK] = imx_clk_gate2_shared2("sai1_ipg_clk", "ipg_root_clk", base + 0x48c0,… in imx7d_clocks_init()
817 …clks[IMX7D_SAI2_ROOT_CLK] = imx_clk_gate2_shared2("sai2_root_clk", "sai2_post_div", base + 0x48d0,… in imx7d_clocks_init()
818 …clks[IMX7D_SAI2_IPG_CLK] = imx_clk_gate2_shared2("sai2_ipg_clk", "ipg_root_clk", base + 0x48d0,… in imx7d_clocks_init()
819 …clks[IMX7D_SAI3_ROOT_CLK] = imx_clk_gate2_shared2("sai3_root_clk", "sai3_post_div", base + 0x48e0,… in imx7d_clocks_init()
820 …clks[IMX7D_SAI3_IPG_CLK] = imx_clk_gate2_shared2("sai3_ipg_clk", "ipg_root_clk", base + 0x48e0,… in imx7d_clocks_init()
[all …]
Dclk.h162 static inline struct clk *imx_clk_gate2_shared2(const char *name, in imx_clk_gate2_shared2() function