Searched refs:imx_obtain_fixed_clock_hw (Results 1 – 4 of 4) sorted by relevance
86 struct clk_hw * __init imx_obtain_fixed_clock_hw( in imx_obtain_fixed_clock_hw() function
203 hws[IMX6SL_CLK_CKIL] = imx_obtain_fixed_clock_hw("ckil", 0); in imx6sl_clocks_init()204 hws[IMX6SL_CLK_OSC] = imx_obtain_fixed_clock_hw("osc", 0); in imx6sl_clocks_init()206 hws[IMX6SL_CLK_ANACLK1] = imx_obtain_fixed_clock_hw("anaclk1", 0); in imx6sl_clocks_init()
161 struct clk_hw *imx_obtain_fixed_clock_hw(
430 hw = imx_obtain_fixed_clock_hw(name, rate); in imx6q_obtain_fixed_clk_hw()