Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_FSL_NUM_CC_PLLS (Results 1 – 8 of 8) sorted by relevance

/u-boot/arch/arm/cpu/armv7/ls102xa/
A Dclock.c16 #ifndef CONFIG_SYS_FSL_NUM_CC_PLLS
17 #define CONFIG_SYS_FSL_NUM_CC_PLLS 2 macro
40 uint freq_c_pll[CONFIG_SYS_FSL_NUM_CC_PLLS]; in get_sys_info()
41 uint ratio[CONFIG_SYS_FSL_NUM_CC_PLLS]; in get_sys_info()
56 for (i = 0; i < CONFIG_SYS_FSL_NUM_CC_PLLS; i++) { in get_sys_info()
/u-boot/arch/powerpc/include/asm/
A Dconfig_mpc85xx.h105 #define CONFIG_SYS_FSL_NUM_CC_PLLS 2 macro
125 #define CONFIG_SYS_FSL_NUM_CC_PLLS 2 macro
143 #define CONFIG_SYS_FSL_NUM_CC_PLLS 4 macro
162 #define CONFIG_SYS_FSL_NUM_CC_PLLS 2 macro
180 #define CONFIG_SYS_FSL_NUM_CC_PLLS 3 macro
238 #define CONFIG_SYS_FSL_NUM_CC_PLLS 5 macro
272 #define CONFIG_SYS_FSL_NUM_CC_PLLS 5 macro
314 #define CONFIG_SYS_FSL_NUM_CC_PLLS 2 macro
370 #define CONFIG_SYS_FSL_NUM_CC_PLLS 2 macro
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
A Dfsl_lsch3_speed.c24 #ifndef CONFIG_SYS_FSL_NUM_CC_PLLS
25 #define CONFIG_SYS_FSL_NUM_CC_PLLS 6 macro
73 uint freq_c_pll[CONFIG_SYS_FSL_NUM_CC_PLLS]; in get_sys_info()
74 uint ratio[CONFIG_SYS_FSL_NUM_CC_PLLS]; in get_sys_info()
110 for (i = 0; i < CONFIG_SYS_FSL_NUM_CC_PLLS; i++) { in get_sys_info()
A Dfsl_lsch2_speed.c21 #ifndef CONFIG_SYS_FSL_NUM_CC_PLLS
22 #define CONFIG_SYS_FSL_NUM_CC_PLLS 2 macro
53 uint freq_c_pll[CONFIG_SYS_FSL_NUM_CC_PLLS]; in get_sys_info()
54 uint ratio[CONFIG_SYS_FSL_NUM_CC_PLLS]; in get_sys_info()
83 for (i = 0; i < CONFIG_SYS_FSL_NUM_CC_PLLS; i++) { in get_sys_info()
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dspeed.c23 #ifndef CONFIG_SYS_FSL_NUM_CC_PLLS
24 #define CONFIG_SYS_FSL_NUM_CC_PLLS 6 macro
72 uint i, freq_c_pll[CONFIG_SYS_FSL_NUM_CC_PLLS]; in get_sys_info()
76 uint ratio[CONFIG_SYS_FSL_NUM_CC_PLLS]; in get_sys_info()
154 for (i = 0; i < CONFIG_SYS_FSL_NUM_CC_PLLS; i++) { in get_sys_info()
467 #if (CONFIG_SYS_FSL_NUM_CC_PLLS == 2) in get_sys_info()
469 #elif (CONFIG_SYS_FSL_NUM_CC_PLLS == 3) in get_sys_info()
471 #elif (CONFIG_SYS_FSL_NUM_CC_PLLS == 4) in get_sys_info()
474 #error CONFIG_SYS_FSL_NUM_CC_PLLS not set or unknown case in get_sys_info()
/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
A Dconfig.h124 #define CONFIG_SYS_FSL_NUM_CC_PLLS 3 macro
197 #define CONFIG_SYS_FSL_NUM_CC_PLLS 4 macro
240 #define CONFIG_SYS_FSL_NUM_CC_PLLS 3 macro
/u-boot/doc/
A DREADME.Heterogeneous-SoCs52 CONFIG_SYS_FSL_NUM_CC_PLLS - Define for number of PLLs
/u-boot/scripts/
A Dconfig_whitelist.txt2394 CONFIG_SYS_FSL_NUM_CC_PLLS

Completed in 23 milliseconds