| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm1136/mx35/ |
| H A D | generic.c | 137 fi *= decode_pll(readl(&ccm->mpctl), MXC_HCLK); in get_mcu_main_clk() 182 freq = decode_pll(readl(&ccm->ppctl), MXC_HCLK); in imx_get_uartclk() 240 pll = decode_pll(readl(&ccm->ppctl), MXC_HCLK); in mxc_get_main_clock() 267 decode_pll(readl(&ccm->ppctl), MXC_HCLK)) / (pdf + 1); in mxc_get_peri_clock() 274 decode_pll(readl(&ccm->ppctl), MXC_HCLK)) / in mxc_get_peri_clock() 282 decode_pll(readl(&ccm->ppctl), MXC_HCLK)) / in mxc_get_peri_clock() 289 decode_pll(readl(&ccm->ppctl), MXC_HCLK)) / (pdf + 1); in mxc_get_peri_clock() 297 decode_pll(readl(&ccm->ppctl), MXC_HCLK)) / in mxc_get_peri_clock() 304 decode_pll(readl(&ccm->ppctl), MXC_HCLK)) / (pdf + 1); in mxc_get_peri_clock() 310 decode_pll(readl(&ccm->ppctl), MXC_HCLK)) / (pdf + 1); in mxc_get_peri_clock() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx6/ |
| H A D | clock.c | 243 return MXC_HCLK; in decode_pll() 262 return MXC_HCLK; in decode_pll() 294 freq = (u64)decode_pll(PLL_BUS, MXC_HCLK); in mxc_get_pll_pfd() 298 freq = (u64)decode_pll(PLL_USBOTG, MXC_HCLK); in mxc_get_pll_pfd() 316 freq = decode_pll(PLL_SYS, MXC_HCLK); in get_mcu_main_clk() 335 freq = decode_pll(PLL_USBOTG, MXC_HCLK); in get_periph_clk() 339 freq = MXC_HCLK; in get_periph_clk() 351 freq = decode_pll(PLL_BUS, MXC_HCLK); in get_periph_clk() 390 return MXC_HCLK; /* OSC 24Mhz */ in get_ipg_per_clk() 401 u32 freq = decode_pll(PLL_USBOTG, MXC_HCLK) / 6; /* static divider */ in get_uart_clk() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx5/ |
| H A D | clock.c | 58 {MXC_HCLK, 24 * 16}, 242 ret_val = decode_pll(mxc_plls[PLL4_CLOCK], MXC_HCLK); in get_lp_apm() 245 ret_val = MXC_HCLK; in get_lp_apm() 258 freq = decode_pll(mxc_plls[PLL1_CLOCK], MXC_HCLK); in get_mcu_main_clk() 271 return decode_pll(mxc_plls[PLL2_CLOCK], MXC_HCLK); in get_periph_clk() 275 return decode_pll(mxc_plls[PLL1_CLOCK], MXC_HCLK); in get_periph_clk() 277 return decode_pll(mxc_plls[PLL3_CLOCK], MXC_HCLK); in get_periph_clk() 329 freq = decode_pll(mxc_plls[PLL1_CLOCK], MXC_HCLK); in get_standard_pll_sel_clk() 332 freq = decode_pll(mxc_plls[PLL2_CLOCK], MXC_HCLK); in get_standard_pll_sel_clk() 335 freq = decode_pll(mxc_plls[PLL3_CLOCK], MXC_HCLK); in get_standard_pll_sel_clk() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx7/ |
| H A D | clock.c | 122 return MXC_HCLK; in decode_pll() 136 return MXC_HCLK; in decode_pll() 151 return MXC_HCLK; in decode_pll() 165 return MXC_HCLK; in decode_pll() 190 freq = decode_pll(PLL_SYS, MXC_HCLK); in mxc_get_pll_sys_derive() 300 freq = decode_pll(PLL_ENET, MXC_HCLK); in mxc_get_pll_enet_derive() 344 freq = decode_pll(PLL_DDR, MXC_HCLK); in mxc_get_pll_ddr_derive() 383 return decode_pll(PLL_CORE, MXC_HCLK); in get_root_src_clk() 415 return decode_pll(PLL_AUDIO, MXC_HCLK); in get_root_src_clk() 417 return decode_pll(PLL_VIDEO, MXC_HCLK); in get_root_src_clk() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx31/ |
| H A D | clock.h | 14 #define MXC_HCLK CONFIG_MX31_HCLK_FREQ macro 16 #define MXC_HCLK 26000000 macro
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx25/ |
| H A D | clock.h | 16 #define MXC_HCLK CONFIG_MX25_HCLK_FREQ macro 18 #define MXC_HCLK 24000000 macro
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx35/ |
| H A D | clock.h | 14 #define MXC_HCLK CONFIG_MX35_HCLK_FREQ macro 16 #define MXC_HCLK 24000000 macro
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx5/ |
| H A D | clock.h | 14 #define MXC_HCLK CONFIG_SYS_MX5_HCLK macro 16 #define MXC_HCLK 24000000 macro
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx6/ |
| H A D | clock.h | 14 #define MXC_HCLK CONFIG_SYS_MX6_HCLK macro 16 #define MXC_HCLK 24000000 macro
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx7/ |
| H A D | clock.h | 17 #define MXC_HCLK CONFIG_SYS_MX7_HCLK macro 19 #define MXC_HCLK 24000000 macro
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mx25/ |
| H A D | generic.c | 56 ulong fref = MXC_HCLK; in imx_get_mpllclk() 64 ulong fref = MXC_HCLK; in imx_get_upllclk()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/ |
| H A D | timer.c | 61 return MXC_HCLK >> 3; in gpt_get_clk()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm1136/mx31/ |
| H A D | generic.c | 38 infreq = MXC_HCLK; in mx31_get_mpl_dpdgck_clk()
|
| /OK3568_Linux_fs/u-boot/board/beckhoff/mx53cx9020/ |
| H A D | mx53cx9020.c | 237 u32 ref_clk = MXC_HCLK; in clock_1GHz()
|
| /OK3568_Linux_fs/u-boot/board/aries/m53evk/ |
| H A D | m53evk.c | 314 const uint32_t ref_clk = MXC_HCLK; in m53_set_clock()
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx53loco/ |
| H A D | mx53loco.c | 347 u32 ref_clk = MXC_HCLK; in clock_1GHz()
|
| /OK3568_Linux_fs/u-boot/board/inversepath/usbarmory/ |
| H A D | usbarmory.c | 370 u32 ref_clk = MXC_HCLK; in set_clock()
|