Searched refs:imx8ulp_clk_hw_composite (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/clk/imx/ |
H A D | clk-imx8ulp.c | 332 clks[IMX8ULP_CLK_WDOG3] = imx8ulp_clk_hw_composite("wdog3", pcc3_periph_bus_sels, ARRAY_SIZE(pcc3_periph_bus_sels), true, true, true, base + 0xa8, 1); in imx8ulp_clk_pcc3_init() 333 clks[IMX8ULP_CLK_WDOG4] = imx8ulp_clk_hw_composite("wdog4", pcc3_periph_bus_sels, ARRAY_SIZE(pcc3_periph_bus_sels), true, true, true, base + 0xac, 1); in imx8ulp_clk_pcc3_init() 334 clks[IMX8ULP_CLK_LPIT1] = imx8ulp_clk_hw_composite("lpit1", pcc3_periph_bus_sels, ARRAY_SIZE(pcc3_periph_bus_sels), true, true, true, base + 0xc8, 1); in imx8ulp_clk_pcc3_init() 335 clks[IMX8ULP_CLK_TPM4] = imx8ulp_clk_hw_composite("tpm4", pcc3_periph_bus_sels, ARRAY_SIZE(pcc3_periph_bus_sels), true, true, true, base + 0xcc, 1); in imx8ulp_clk_pcc3_init() 336 clks[IMX8ULP_CLK_FLEXIO1] = imx8ulp_clk_hw_composite("flexio1", pcc3_periph_bus_sels, ARRAY_SIZE(pcc3_periph_bus_sels), true, true, true, base + 0xd4, 1); in imx8ulp_clk_pcc3_init() 337 clks[IMX8ULP_CLK_I3C2] = imx8ulp_clk_hw_composite("i3c2", pcc3_periph_bus_sels, ARRAY_SIZE(pcc3_periph_bus_sels), true, true, true, base + 0xd8, 1); in imx8ulp_clk_pcc3_init() 338 clks[IMX8ULP_CLK_LPI2C4] = imx8ulp_clk_hw_composite("lpi2c4", pcc3_periph_bus_sels, ARRAY_SIZE(pcc3_periph_bus_sels), true, true, true, base + 0xdc, 1); in imx8ulp_clk_pcc3_init() 339 clks[IMX8ULP_CLK_LPI2C5] = imx8ulp_clk_hw_composite("lpi2c5", pcc3_periph_bus_sels, ARRAY_SIZE(pcc3_periph_bus_sels), true, true, true, base + 0xe0, 1); in imx8ulp_clk_pcc3_init() 340 clks[IMX8ULP_CLK_LPUART4] = imx8ulp_clk_hw_composite("lpuart4", pcc3_periph_bus_sels, ARRAY_SIZE(pcc3_periph_bus_sels), true, true, true, base + 0xe4, 1); in imx8ulp_clk_pcc3_init() 341 clks[IMX8ULP_CLK_LPUART5] = imx8ulp_clk_hw_composite("lpuart in imx8ulp_clk_pcc3_init() [all...] |
H A D | clk-composite-7ulp.c | 165 struct clk_hw *imx8ulp_clk_hw_composite(const char *name, const char * const *parent_names, in imx8ulp_clk_hw_composite() function 172 EXPORT_SYMBOL_GPL(imx8ulp_clk_hw_composite);
|