Searched refs:imx_obtain_fixed_clock_hw (Results 1 – 4 of 4) sorted by relevance
99 struct clk_hw *imx_obtain_fixed_clock_hw( in imx_obtain_fixed_clock_hw() function
204 hws[IMX6SL_CLK_CKIL] = imx_obtain_fixed_clock_hw("ckil", 0); in imx6sl_clocks_init()205 hws[IMX6SL_CLK_OSC] = imx_obtain_fixed_clock_hw("osc", 0); in imx6sl_clocks_init()207 hws[IMX6SL_CLK_ANACLK1] = imx_obtain_fixed_clock_hw("anaclk1", 0); in imx6sl_clocks_init()
208 struct clk_hw *imx_obtain_fixed_clock_hw(
431 hw = imx_obtain_fixed_clock_hw(name, rate); in imx6q_obtain_fixed_clk_hw()