Home
last modified time | relevance | path

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

/linux-5.19.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.h160 imx_clk_hw_gate_flags(name, parent, reg, shift, 0)
171 #define imx_clk_hw_gate_flags(name, parent, reg, shift, flags) \ macro
Dclk-imx6ul.c414 …hws[IMX6UL_CLK_MMDC_P0_FAST] = imx_clk_hw_gate_flags("mmdc_p0_fast", "mmdc_podf", base + 0x74, 20,… in imx6ul_clocks_init()
417 hws[IMX6UL_CLK_AXI] = imx_clk_hw_gate_flags("axi", "axi_podf", base + 0x74, 28, CLK_IS_CRITICAL); in imx6ul_clocks_init()