Searched refs:imx_clk_hw_gate4 (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/clk/imx/ |
| D | clk-imx7d.c | 785 hws[IMX7D_ARM_M4_ROOT_CLK] = imx_clk_hw_gate4("arm_m4_root_clk", "arm_m4_div", base + 0x4010, 0); in imx7d_clocks_init() 787 …hws[IMX7D_DISP_AXI_ROOT_CLK] = imx_clk_hw_gate4("disp_axi_root_clk", "disp_axi_post_div", base + 0… in imx7d_clocks_init() 788 …hws[IMX7D_ENET_AXI_ROOT_CLK] = imx_clk_hw_gate4("enet_axi_root_clk", "enet_axi_post_div", base + 0… in imx7d_clocks_init() 789 hws[IMX7D_OCRAM_CLK] = imx_clk_hw_gate4("ocram_clk", "main_axi_root_clk", base + 0x4110, 0); in imx7d_clocks_init() 790 hws[IMX7D_OCRAM_S_CLK] = imx_clk_hw_gate4("ocram_s_clk", "ahb_root_clk", base + 0x4120, 0); in imx7d_clocks_init() 795 hws[IMX7D_OCOTP_CLK] = imx_clk_hw_gate4("ocotp_clk", "ipg_root_clk", base + 0x4230, 0); in imx7d_clocks_init() 796 hws[IMX7D_SNVS_CLK] = imx_clk_hw_gate4("snvs_clk", "ipg_root_clk", base + 0x4250, 0); in imx7d_clocks_init() 797 hws[IMX7D_MU_ROOT_CLK] = imx_clk_hw_gate4("mu_root_clk", "ipg_root_clk", base + 0x4270, 0); in imx7d_clocks_init() 798 hws[IMX7D_CAAM_CLK] = imx_clk_hw_gate4("caam_clk", "ipg_root_clk", base + 0x4240, 0); in imx7d_clocks_init() 799 …hws[IMX7D_USB_HSIC_ROOT_CLK] = imx_clk_hw_gate4("usb_hsic_root_clk", "usb_hsic_post_div", base + 0… in imx7d_clocks_init() [all …]
|
| D | clk.h | 92 imx_clk_hw_gate4(name, parent, reg, shift)->clk 364 static inline struct clk_hw *imx_clk_hw_gate4(const char *name, const char *parent, in imx_clk_hw_gate4() function
|