/u-boot/board/xes/common/ |
A D | fsl_8xxx_clk.c | 12 unsigned long get_board_sys_clk(ulong dummy) in get_board_sys_clk() function 42 return get_board_sys_clk(dummy); in get_board_ddr_clk()
|
/u-boot/board/freescale/t4rdb/ |
A D | spl.c | 33 unsigned long get_board_sys_clk(void) in get_board_sys_clk() function 60 sys_clk = get_board_sys_clk(); in board_init_f()
|
/u-boot/board/freescale/t208xrdb/ |
A D | spl.c | 27 unsigned long get_board_sys_clk(void) in get_board_sys_clk() function 51 sys_clk = get_board_sys_clk(); in board_init_f()
|
A D | t208xrdb.c | 96 unsigned long get_board_sys_clk(void) in get_board_sys_clk() function
|
/u-boot/board/freescale/common/ |
A D | ics307_clk.h | 10 extern unsigned long get_board_sys_clk(void);
|
A D | ics307_clk.c | 132 unsigned long get_board_sys_clk(void) in get_board_sys_clk() function
|
/u-boot/board/freescale/t208xqds/ |
A D | spl.c | 29 unsigned long get_board_sys_clk(void) in get_board_sys_clk() function 81 sys_clk = get_board_sys_clk(); in board_init_f()
|
/u-boot/board/freescale/t104xrdb/ |
A D | spl.c | 28 unsigned long get_board_sys_clk(void) in get_board_sys_clk() function 81 sys_clk = get_board_sys_clk(); in board_init_f()
|
/u-boot/board/freescale/t102xrdb/ |
A D | spl.c | 28 unsigned long get_board_sys_clk(void) in get_board_sys_clk() function 82 sys_clk = get_board_sys_clk(); in board_init_f()
|
/u-boot/include/configs/ |
A D | lx2160a_common.h | 165 unsigned long get_board_sys_clk(void); 169 #define CONFIG_SYS_CLK_FREQ get_board_sys_clk()
|
A D | xpedite537x.h | 51 extern unsigned long get_board_sys_clk(unsigned long dummy); 55 #define CONFIG_SYS_CLK_FREQ get_board_sys_clk(0) /* sysclk for MPC85xx */
|
A D | xpedite550x.h | 50 extern unsigned long get_board_sys_clk(unsigned long dummy); 54 #define CONFIG_SYS_CLK_FREQ get_board_sys_clk(0) /* sysclk for MPC85xx */
|
A D | kmp204x.h | 53 unsigned long get_board_sys_clk(unsigned long dummy); 55 #define CONFIG_SYS_CLK_FREQ get_board_sys_clk(0)
|
A D | ls2080ardb.h | 38 unsigned long get_board_sys_clk(void); 41 #define CONFIG_SYS_CLK_FREQ get_board_sys_clk()
|
A D | P2041RDB.h | 55 unsigned long get_board_sys_clk(unsigned long dummy); 58 #define CONFIG_SYS_CLK_FREQ get_board_sys_clk(0)
|
A D | ls2080aqds.h | 13 unsigned long get_board_sys_clk(void); 26 #define CONFIG_SYS_CLK_FREQ get_board_sys_clk()
|
A D | xpedite517x.h | 55 extern unsigned long get_board_sys_clk(unsigned long dummy); 58 #define CONFIG_SYS_CLK_FREQ get_board_sys_clk(0) /* sysclk for MPC86xx */
|
A D | ls1046aqds.h | 12 unsigned long get_board_sys_clk(void); 16 #define CONFIG_SYS_CLK_FREQ get_board_sys_clk()
|
A D | ls1021aqds.h | 27 unsigned long get_board_sys_clk(void); 36 #define CONFIG_SYS_CLK_FREQ get_board_sys_clk()
|
A D | ls1043aqds.h | 12 unsigned long get_board_sys_clk(void); 16 #define CONFIG_SYS_CLK_FREQ get_board_sys_clk()
|
A D | ls1088aqds.h | 13 unsigned long get_board_sys_clk(void); 32 #define CONFIG_SYS_CLK_FREQ get_board_sys_clk()
|
/u-boot/arch/powerpc/cpu/mpc86xx/ |
A D | speed.c | 21 extern unsigned long get_board_sys_clk(unsigned long dummy);
|
/u-boot/board/freescale/ls1046aqds/ |
A D | ls1046aqds.c | 228 unsigned long get_board_sys_clk(void) in get_board_sys_clk() function 259 return get_board_sys_clk(); in get_board_ddr_clk()
|
/u-boot/board/keymile/kmp204x/ |
A D | kmp204x.c | 101 unsigned long get_board_sys_clk(unsigned long dummy) in get_board_sys_clk() function
|
/u-boot/board/freescale/p2041rdb/ |
A D | p2041rdb.c | 151 unsigned long get_board_sys_clk(unsigned long dummy) in get_board_sys_clk() function
|