Searched refs:get_bus_freq (Results 1 - 25 of 37) sorted by relevance

12

/u-boot/include/
H A Dclock_legacy.h11 unsigned long get_bus_freq(unsigned long dummy);
/u-boot/include/configs/
H A Dls1028a_common.h30 #define CFG_SYS_NS16550_CLK (get_bus_freq(0) / 2)
H A Dls1088a_common.h47 #define CFG_SYS_NS16550_CLK (get_bus_freq(0) / 2)
H A Dkontron_sl28.h34 #define CFG_SYS_NS16550_CLK (get_bus_freq(0) / 2)
H A Dlx2160a_common.h37 * will be udpated later when get_bus_freq(0) is available.
42 #define CFG_PL011_CLOCK (get_bus_freq(0) / 4)
H A DMPC8548CDS.h221 #define CFG_SYS_NS16550_CLK get_bus_freq(0)
H A DMPC837XERDB.h144 #define CFG_SYS_NS16550_CLK get_bus_freq(0)
H A DP2041RDB.h151 #define CFG_SYS_NS16550_CLK (get_bus_freq(0)/2)
H A Dkmcent2.h318 #define CFG_SYS_NS16550_CLK (get_bus_freq(0) / 2)
H A Dp1_p2_rdb_pc.h305 #define CFG_SYS_NS16550_CLK get_bus_freq(0)
H A DP1010RDB.h312 #define CFG_SYS_NS16550_CLK get_bus_freq(0)
/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dclock.c90 ulong get_bus_freq(ulong dummy) function
109 return get_bus_freq(0) / 2;
111 return get_bus_freq(0) / 2;
113 return get_bus_freq(0) / 2;
H A Dfdt.c87 unsigned long busclk = get_bus_freq(0);
/u-boot/arch/powerpc/include/asm/
H A Dppc.h88 ulong get_bus_freq(ulong);
93 return get_bus_freq(dummy);
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dfsl_lsch2_speed.c198 * get_bus_freq
201 ulong get_bus_freq(ulong dummy) function
219 return get_bus_freq(0) / CONFIG_SYS_FSL_DUART_CLK_DIV;
224 return get_bus_freq(0) / CONFIG_SYS_FSL_I2C_CLK_DIV;
229 return get_bus_freq(0) / CONFIG_SYS_FSL_DSPI_CLK_DIV;
235 return get_bus_freq(0) / CONFIG_SYS_FSL_LPUART_CLK_DIV;
H A Dfsl_lsch3_speed.c193 * get_bus_freq
196 ulong get_bus_freq(ulong dummy) function
227 return get_bus_freq(0) / CONFIG_SYS_FSL_I2C_CLK_DIV;
232 return get_bus_freq(0) / CONFIG_SYS_FSL_DSPI_CLK_DIV;
237 return get_bus_freq(0) / CONFIG_SYS_FSL_DUART_CLK_DIV;
/u-boot/arch/mips/mach-ath79/ar933x/
H A Dclk.c77 ulong get_bus_freq(ulong dummy) function
/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspl_minimal.c101 ulong get_bus_freq(ulong dummy) function
H A Dspeed.c468 * get_bus_freq
471 ulong get_bus_freq(ulong dummy) function
487 return get_bus_freq(0);
/u-boot/arch/mips/mach-ath79/qca953x/
H A Dclk.c99 ulong get_bus_freq(ulong dummy) function
/u-boot/board/freescale/t104xrdb/
H A Dt104xrdb.c37 return get_bus_freq(0) / 2;
/u-boot/board/freescale/t208xrdb/
H A Dt208xrdb.c49 return get_bus_freq(0) / 2;
/u-boot/board/freescale/t4rdb/
H A Dt4240rdb.c36 return get_bus_freq(0) / 2;
/u-boot/drivers/spi/
H A Dath79_spi.c145 div = get_bus_freq(0) / speed;
156 val = get_bus_freq(0) / ATH79_SPI_MHZ;
/u-boot/board/emulation/qemu-ppce500/
H A Dqemu-ppce500.c307 * get_bus_freq
310 ulong get_bus_freq(ulong dummy) function
351 return get_bus_freq(0);

Completed in 274 milliseconds

12