Home
last modified time | relevance | path

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

123

/u-boot/arch/arm/cpu/armv7/ls102xa/
A Dclock.c94 ulong get_bus_freq(ulong dummy) in get_bus_freq() function
113 return get_bus_freq(0) / 2; in mxc_get_clock()
115 return get_bus_freq(0) / 2; in mxc_get_clock()
117 return get_bus_freq(0) / 2; in mxc_get_clock()
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
A Dfsl_lsch2_speed.c208 ulong get_bus_freq(ulong dummy) in get_bus_freq() function
226 return get_bus_freq(0) / CONFIG_SYS_FSL_DUART_CLK_DIV; in get_serial_clock()
231 return get_bus_freq(0) / CONFIG_SYS_FSL_I2C_CLK_DIV; in get_i2c_freq()
236 return get_bus_freq(0) / CONFIG_SYS_FSL_DSPI_CLK_DIV; in get_dspi_freq()
242 return get_bus_freq(0) / CONFIG_SYS_FSL_LPUART_CLK_DIV; in get_uart_freq()
A Dfsl_lsch3_speed.c201 ulong get_bus_freq(ulong dummy) in get_bus_freq() function
232 return get_bus_freq(0) / CONFIG_SYS_FSL_I2C_CLK_DIV; in get_i2c_freq()
237 return get_bus_freq(0) / CONFIG_SYS_FSL_DSPI_CLK_DIV; in get_dspi_freq()
242 return get_bus_freq(0) / CONFIG_SYS_FSL_DUART_CLK_DIV; in get_serial_clock()
/u-boot/arch/powerpc/include/asm/
A Dppc.h92 ulong get_bus_freq(ulong);
97 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/board/freescale/t104xrdb/
A Ddiu.c45 speed_ccb = get_bus_freq(0); in diu_set_pixel_clock()
/u-boot/include/configs/
A Dkontron_sl28.h54 #define CONFIG_SYS_NS16550_CLK (get_bus_freq(0) / 2)
A Dls1028a_common.h54 #define CONFIG_SYS_NS16550_CLK (get_bus_freq(0) / 2)
A Dls1088a_common.h72 #define CONFIG_SYS_NS16550_CLK (get_bus_freq(0) / 2)
A DTQM834x.h100 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
A Dlx2160a_common.h70 #define CONFIG_PL011_CLOCK (get_bus_freq(0) / 4)
A DMPC8555CDS.h219 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
A DMPC8541CDS.h221 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
A Dmpc8308_p1m.h163 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
A Dsbc8349.h131 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
A Dt4qds.h108 #define CONFIG_SYS_NS16550_CLK (get_bus_freq(0)/2)
A Dve8313.h151 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
A DMPC8323ERDB.h133 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
/u-boot/board/gdsys/p1022/
A Ddiu.c55 speed_ccb = get_bus_freq(0); in diu_set_pixel_clock()
/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.c100 ulong get_bus_freq(ulong dummy) in get_bus_freq() function
/u-boot/board/emulation/qemu-ppce500/
A Dqemu-ppce500.c275 ulong get_bus_freq(ulong dummy) in get_bus_freq() function
315 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/arch/powerpc/cpu/mpc86xx/
A Dspeed.c125 ulong get_bus_freq(ulong dummy) in get_bus_freq() function
/u-boot/arch/mips/mach-ath79/qca953x/
A Dclk.c100 ulong get_bus_freq(ulong dummy) in get_bus_freq() function

Completed in 22 milliseconds

123