Home
last modified time | relevance | path

Searched refs:get_bus_freq (Results 1 – 25 of 33) sorted by relevance

12

/u-boot/arch/arm/cpu/armv7/ls102xa/
A Dclock.c90 ulong get_bus_freq(ulong dummy) in get_bus_freq() function
109 return get_bus_freq(0) / 2; in mxc_get_clock()
111 return get_bus_freq(0) / 2; in mxc_get_clock()
113 return get_bus_freq(0) / 2; in mxc_get_clock()
A Dfdt.c87 unsigned long busclk = get_bus_freq(0); in ft_cpu_setup()
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
A Dfsl_lsch2_speed.c201 ulong get_bus_freq(ulong dummy) in get_bus_freq() function
219 return get_bus_freq(0) / CONFIG_SYS_FSL_DUART_CLK_DIV; in get_serial_clock()
224 return get_bus_freq(0) / CONFIG_SYS_FSL_I2C_CLK_DIV; in get_i2c_freq()
229 return get_bus_freq(0) / CONFIG_SYS_FSL_DSPI_CLK_DIV; in get_dspi_freq()
235 return get_bus_freq(0) / CONFIG_SYS_FSL_LPUART_CLK_DIV; in get_uart_freq()
A Dfsl_lsch3_speed.c196 ulong get_bus_freq(ulong dummy) in get_bus_freq() function
227 return get_bus_freq(0) / CONFIG_SYS_FSL_I2C_CLK_DIV; in get_i2c_freq()
232 return get_bus_freq(0) / CONFIG_SYS_FSL_DSPI_CLK_DIV; in get_dspi_freq()
237 return get_bus_freq(0) / CONFIG_SYS_FSL_DUART_CLK_DIV; in get_serial_clock()
/u-boot/arch/powerpc/include/asm/
A Dppc.h88 ulong get_bus_freq(ulong);
93 return get_bus_freq(dummy); in get_ddr_freq()
/u-boot/include/
A Dclock_legacy.h11 unsigned long get_bus_freq(unsigned long dummy);
/u-boot/include/configs/
A Dls1028a_common.h30 #define CFG_SYS_NS16550_CLK (get_bus_freq(0) / 2)
A Dkontron_sl28.h34 #define CFG_SYS_NS16550_CLK (get_bus_freq(0) / 2)
A Dls1088a_common.h47 #define CFG_SYS_NS16550_CLK (get_bus_freq(0) / 2)
A DMPC8548CDS.h221 #define CFG_SYS_NS16550_CLK get_bus_freq(0)
A Dlx2160a_common.h42 #define CFG_PL011_CLOCK (get_bus_freq(0) / 4)
A DMPC837XERDB.h144 #define CFG_SYS_NS16550_CLK get_bus_freq(0)
A DP2041RDB.h151 #define CFG_SYS_NS16550_CLK (get_bus_freq(0)/2)
A DP1010RDB.h312 #define CFG_SYS_NS16550_CLK get_bus_freq(0)
A DT104xRDB.h241 #define CFG_SYS_NS16550_CLK (get_bus_freq(0)/2)
A Dp1_p2_rdb_pc.h305 #define CFG_SYS_NS16550_CLK get_bus_freq(0)
A DT208xRDB.h218 #define CFG_SYS_NS16550_CLK (get_bus_freq(0)/2)
A DT4240RDB.h80 #define CFG_SYS_NS16550_CLK (get_bus_freq(0)/2)
A DT102xRDB.h286 #define CFG_SYS_NS16550_CLK (get_bus_freq(0)/2)
/u-boot/arch/mips/mach-ath79/ar933x/
A Dclk.c78 ulong get_bus_freq(ulong dummy) in get_bus_freq() function
/u-boot/arch/powerpc/cpu/mpc83xx/
A Dspl_minimal.c101 ulong get_bus_freq(ulong dummy) in get_bus_freq() function
A Dspeed.c471 ulong get_bus_freq(ulong dummy) in get_bus_freq() function
487 return get_bus_freq(0); in get_serial_clock()
/u-boot/drivers/spi/
A Dath79_spi.c145 div = get_bus_freq(0) / speed; in ath79_spi_set_speed()
156 val = get_bus_freq(0) / ATH79_SPI_MHZ; in ath79_spi_set_speed()
/u-boot/board/emulation/qemu-ppce500/
A Dqemu-ppce500.c308 ulong get_bus_freq(ulong dummy) in get_bus_freq() function
349 return get_bus_freq(0); in get_serial_clock()
/u-boot/arch/mips/mach-ath79/qca953x/
A Dclk.c100 ulong get_bus_freq(ulong dummy) in get_bus_freq() function

Completed in 46 milliseconds

12