Home
last modified time | relevance | path

Searched refs:imx_clk_hw_gate_flags (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/imx/
Dclk-imx6sll.c161 …hws[IMX6SLL_CLK_USBPHY1_GATE] = imx_clk_hw_gate_flags("usbphy1_gate", "dummy", base + 0x10, 6, CLK… in imx6sll_clocks_init()
162 …hws[IMX6SLL_CLK_USBPHY2_GATE] = imx_clk_hw_gate_flags("usbphy2_gate", "dummy", base + 0x20, 6, CLK… in imx6sll_clocks_init()
302 …hws[IMX6SLL_CLK_MMDC_P0_FAST] = imx_clk_hw_gate_flags("mmdc_p0_fast", "mmdc_podf", base + 0x74, 2… in imx6sll_clocks_init()
305 …hws[IMX6SLL_CLK_OCRAM] = imx_clk_hw_gate_flags("ocram", "ahb", base + 0x74, 28, CLK_IS_CRITIC… in imx6sll_clocks_init()
Dclk-imx6ul.c409 …hws[IMX6UL_CLK_MMDC_P0_FAST] = imx_clk_hw_gate_flags("mmdc_p0_fast", "mmdc_podf", base + 0x74, 20,… in imx6ul_clocks_init()
412 hws[IMX6UL_CLK_AXI] = imx_clk_hw_gate_flags("axi", "axi_podf", base + 0x74, 28, CLK_IS_CRITICAL); in imx6ul_clocks_init()
Dclk.h315 static inline struct clk_hw *imx_clk_hw_gate_flags(const char *name, const char *parent, in imx_clk_hw_gate_flags() function