Searched refs:ccm_node (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/drivers/clk/imx/ |
H A D | clk-vf610.c | 125 struct device_node *ccm_node, const char *name) vf610_get_fixed_clock() 127 struct clk *clk = of_clk_get_by_name(ccm_node, name); vf610_get_fixed_clock() 135 static void __init vf610_clocks_init(struct device_node *ccm_node) vf610_clocks_init() argument 145 clk[VF610_CLK_SXOSC] = vf610_get_fixed_clock(ccm_node, "sxosc"); vf610_clocks_init() 146 clk[VF610_CLK_FXOSC] = vf610_get_fixed_clock(ccm_node, "fxosc"); vf610_clocks_init() 147 clk[VF610_CLK_AUDIO_EXT] = vf610_get_fixed_clock(ccm_node, "audio_ext"); vf610_clocks_init() 148 clk[VF610_CLK_ENET_EXT] = vf610_get_fixed_clock(ccm_node, "enet_ext"); vf610_clocks_init() 151 clk[VF610_CLK_ANACLK1] = vf610_get_fixed_clock(ccm_node, "anaclk1"); vf610_clocks_init() 159 np = ccm_node; vf610_clocks_init() 124 vf610_get_fixed_clock( struct device_node *ccm_node, const char *name) vf610_get_fixed_clock() argument
|
H A D | clk-imx6ul.c | 106 static void __init imx6ul_clocks_init(struct device_node *ccm_node) imx6ul_clocks_init() argument 114 clks[IMX6UL_CLK_CKIL] = of_clk_get_by_name(ccm_node, "ckil"); imx6ul_clocks_init() 115 clks[IMX6UL_CLK_OSC] = of_clk_get_by_name(ccm_node, "osc"); imx6ul_clocks_init() 118 clks[IMX6UL_CLK_IPP_DI0] = of_clk_get_by_name(ccm_node, "ipp_di0"); imx6ul_clocks_init() 119 clks[IMX6UL_CLK_IPP_DI1] = of_clk_get_by_name(ccm_node, "ipp_di1"); imx6ul_clocks_init() 217 np = ccm_node; imx6ul_clocks_init()
|
H A D | clk-imx6sx.c | 144 static void __init imx6sx_clocks_init(struct device_node *ccm_node) imx6sx_clocks_init() argument 152 clks[IMX6SX_CLK_CKIL] = of_clk_get_by_name(ccm_node, "ckil"); imx6sx_clocks_init() 153 clks[IMX6SX_CLK_OSC] = of_clk_get_by_name(ccm_node, "osc"); imx6sx_clocks_init() 156 clks[IMX6SX_CLK_IPP_DI0] = of_clk_get_by_name(ccm_node, "ipp_di0"); imx6sx_clocks_init() 157 clks[IMX6SX_CLK_IPP_DI1] = of_clk_get_by_name(ccm_node, "ipp_di1"); imx6sx_clocks_init() 272 np = ccm_node; imx6sx_clocks_init()
|
H A D | clk-imx35.c | 321 static void __init mx35_clocks_init_dt(struct device_node *ccm_node) mx35_clocks_init_dt() argument 327 of_clk_add_provider(ccm_node, of_clk_src_onecell_get, &clk_data); mx35_clocks_init_dt()
|
H A D | clk-imx6sl.c | 194 static void __init imx6sl_clocks_init(struct device_node *ccm_node) imx6sl_clocks_init() argument 292 np = ccm_node; imx6sl_clocks_init()
|
H A D | clk-imx7d.c | 377 static void __init imx7d_clocks_init(struct device_node *ccm_node) imx7d_clocks_init() argument 384 clks[IMX7D_OSC_24M_CLK] = of_clk_get_by_name(ccm_node, "osc"); imx7d_clocks_init() 472 np = ccm_node; imx7d_clocks_init()
|
H A D | clk-imx6q.c | 140 static void __init imx6q_clocks_init(struct device_node *ccm_node) imx6q_clocks_init() argument 277 np = ccm_node; imx6q_clocks_init()
|
Completed in 151 milliseconds