Searched refs:imx_obtain_fixed_clock (Results 1 – 3 of 3) sorted by relevance
41 clk[IMX1_CLK_CLK32] = imx_obtain_fixed_clock("clk32", 32768); in mx1_clocks_init_dt()
134 clk[IMX5_CLK_CKIL] = imx_obtain_fixed_clock("ckil", 0); in mx5_clocks_common_init() 135 clk[IMX5_CLK_OSC] = imx_obtain_fixed_clock("osc", 0); in mx5_clocks_common_init() 136 clk[IMX5_CLK_CKIH1] = imx_obtain_fixed_clock("ckih1", 0); in mx5_clocks_common_init() 137 clk[IMX5_CLK_CKIH2] = imx_obtain_fixed_clock("ckih2", 0); in mx5_clocks_common_init()
138 clk = imx_obtain_fixed_clock(name, 0); in vf610_get_fixed_clock()