Searched refs:ckih (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/arch/arm/mach-imx/ |
H A D | clk-imx31.c | 37 dummy, ckih, ckil, mpll, spll, upll, mcu_main, hsp, ahb, nfc, ipg, enumerator in enum:mx31_clks 57 clk[ckih] = imx_clk_fixed("ckih", fref); mx31_clocks_init() 59 clk[mpll] = imx_clk_pllv1("mpll", "ckih", base + MXC_CCM_MPCTL); mx31_clocks_init() 60 clk[spll] = imx_clk_pllv1("spll", "ckih", base + MXC_CCM_SRPCTL); mx31_clocks_init() 61 clk[upll] = imx_clk_pllv1("upll", "ckih", base + MXC_CCM_UPCTL); mx31_clocks_init()
|
H A D | clk-imx35.c | 54 ckih, mpll, ppll, mpll_075, arm, hsp, hsp_div, hsp_sel, ahb, ipg, enumerator in enum:mx35_clks 91 clk[ckih] = imx_clk_fixed("ckih", 24000000); mx35_clocks_init() 92 clk[mpll] = imx_clk_pllv1("mpll", "ckih", base + MX35_CCM_MPCTL); mx35_clocks_init() 93 clk[ppll] = imx_clk_pllv1("ppll", "ckih", base + MX35_CCM_PPCTL); mx35_clocks_init()
|
H A D | clk-imx21.c | 48 clk[IMX21_CLK_CKIH] = imx_obtain_fixed_clock("ckih", href); _mx21_clocks_init() 55 clk[IMX21_CLK_CKIH_GATE] = imx_clk_gate_dis("ckih_gate", "ckih", CCM_CSCR, 3); _mx21_clocks_init()
|
H A D | clk-imx27.c | 50 clk[IMX27_CLK_CKIH] = imx_clk_fixed("ckih", fref); _mx27_clocks_init() 54 clk[IMX27_CLK_CKIH_GATE] = imx_clk_gate_dis("ckih_gate", "ckih", CCM_CSCR, 3); _mx27_clocks_init()
|
H A D | clk-imx51-imx53.c | 123 static const char *mx51_spdif_xtal_sel[] = { "osc", "ckih", "ckih2", }; 124 static const char *mx53_spdif_xtal_sel[] = { "osc", "ckih", "ckih2", "pll4_sw", };
|
Completed in 176 milliseconds