Searched refs:imx_obtain_fixed_clock_hw (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/clk/imx/
H A Dclk.c94 struct clk_hw *imx_obtain_fixed_clock_hw( function
112 hw = imx_obtain_fixed_clock_hw(name, rate);
H A Dclk-imx6sl.c197 hws[IMX6SL_CLK_CKIL] = imx_obtain_fixed_clock_hw("ckil", 0);
198 hws[IMX6SL_CLK_OSC] = imx_obtain_fixed_clock_hw("osc", 0);
200 hws[IMX6SL_CLK_ANACLK1] = imx_obtain_fixed_clock_hw("anaclk1", 0);
H A Dclk.h292 struct clk_hw *imx_obtain_fixed_clock_hw(
H A Dclk-imx6q.c429 hw = imx_obtain_fixed_clock_hw(name, rate);

Completed in 136 milliseconds