Home
last modified time | relevance | path

Searched refs:get_clock_freq (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/u-boot/include/configs/
H A DMPC8541CDS.h29 extern unsigned long get_clock_freq(void);
31 #define CONFIG_SYS_CLK_FREQ get_clock_freq() /* sysclk for MPC85xx */
H A DMPC8555CDS.h29 extern unsigned long get_clock_freq(void);
31 #define CONFIG_SYS_CLK_FREQ get_clock_freq() /* sysclk for MPC85xx */
H A DMPC8548CDS.h38 extern unsigned long get_clock_freq(void);
40 #define CONFIG_SYS_CLK_FREQ get_clock_freq() /* sysclk for MPC85xx */
H A DMPC8568MDS.h29 extern unsigned long get_clock_freq(void);
H A DP1023RDB.h37 extern unsigned long get_clock_freq(void);
H A DMPC8569MDS.h25 extern unsigned long get_clock_freq(void);
/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Dcadmus.h23 extern unsigned long get_clock_freq(void);
H A Dcadmus.c41 get_clock_freq(void) in get_clock_freq() function
/OK3568_Linux_fs/u-boot/board/freescale/mpc8541cds/
H A Dmpc8541cds.c197 uint pci1_speed = get_clock_freq (); /* PCI PSPEED in [4:5] */ in checkboard()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8555cds/
H A Dmpc8555cds.c195 uint pci1_speed = get_clock_freq (); /* PCI PSPEED in [4:5] */ in checkboard()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8548cds/
H A Dmpc8548cds.c210 pci_speed = get_clock_freq (); /* PCI PSPEED in [4:5] */ in pci_init_board()