/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/ |
H A D | clock.c | 92 ulong get_bus_freq(ulong dummy) in get_bus_freq() function 111 return get_bus_freq(0) / 2; in mxc_get_clock() 113 return get_bus_freq(0); 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()
|
H A D | fdt.c | 82 unsigned long busclk = get_bus_freq(0); in ft_cpu_setup()
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
H A D | fsl_lsch2_speed.c | 198 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()
|
H A D | fsl_lsch3_speed.c | 156 ulong get_bus_freq(ulong dummy) in get_bus_freq() function 187 return get_bus_freq(0) / CONFIG_SYS_FSL_I2C_CLK_DIV; in get_i2c_freq() 192 return get_bus_freq(0) / CONFIG_SYS_FSL_DSPI_CLK_DIV; in get_dspi_freq() 207 return get_bus_freq(0) / CONFIG_SYS_FSL_DUART_CLK_DIV; in get_serial_clock()
|
/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/ |
H A D | mii-fec.c | 106 int (*get_bus_freq)(struct device *); in fs_enet_mdio_probe() local 112 get_bus_freq = match->data; in fs_enet_mdio_probe() 139 if (get_bus_freq) { in fs_enet_mdio_probe() 140 clock = get_bus_freq(&ofdev->dev); in fs_enet_mdio_probe()
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | ppc.h | 92 ulong get_bus_freq(ulong); 97 return get_bus_freq(dummy); in get_ddr_freq()
|
/openbmc/u-boot/drivers/spi/ |
H A D | ath79_spi.c | 143 div = get_bus_freq(0) / speed; in ath79_spi_set_speed() 154 val = get_bus_freq(0) / ATH79_SPI_MHZ; in ath79_spi_set_speed()
|
/openbmc/u-boot/include/configs/ |
H A D | qemu-ppce500.h | 86 #define CONFIG_SYS_NS16550_CLK (get_bus_freq(0))
|
H A D | ls1088a_common.h | 75 #define CONFIG_SYS_NS16550_CLK (get_bus_freq(0) / 2)
|
H A D | lx2160a_common.h | 71 #define CONFIG_PL011_CLOCK (get_bus_freq(0) / 4)
|
H A D | t4qds.h | 118 #define CONFIG_SYS_NS16550_CLK (get_bus_freq(0)/2)
|
H A D | MPC8555CDS.h | 227 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
|
H A D | MPC8541CDS.h | 229 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
|
H A D | MPC8540ADS.h | 204 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
|
H A D | controlcenterd.h | 159 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
|
H A D | socrates.h | 169 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
|
H A D | MPC8568MDS.h | 207 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
|
/openbmc/u-boot/board/freescale/t104xrdb/ |
H A D | diu.c | 44 speed_ccb = get_bus_freq(0); in diu_set_pixel_clock()
|
/openbmc/u-boot/board/freescale/mpc8610hpcd/ |
H A D | mpc8610hpcd_diu.c | 26 speed_ccb = get_bus_freq(0); in diu_set_pixel_clock()
|
/openbmc/u-boot/board/gdsys/p1022/ |
H A D | diu.c | 53 speed_ccb = get_bus_freq(0); in diu_set_pixel_clock()
|
/openbmc/u-boot/board/freescale/t1040qds/ |
H A D | diu.c | 43 speed_ccb = get_bus_freq(0); in diu_set_pixel_clock()
|
/openbmc/u-boot/arch/mips/mach-ath79/ar933x/ |
H A D | clk.c | 76 ulong get_bus_freq(ulong dummy) in get_bus_freq() function
|
/openbmc/linux/drivers/cpufreq/ |
H A D | qoriq-cpufreq.c | 41 static u32 get_bus_freq(void) in get_bus_freq() function 211 do_div(u64temp, get_bus_freq()); in qoriq_cpufreq_cpu_init()
|
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
H A D | speed.c | 123 ulong get_bus_freq(ulong dummy) in get_bus_freq() function
|
/openbmc/u-boot/arch/mips/mach-ath79/qca953x/ |
H A D | clk.c | 98 ulong get_bus_freq(ulong dummy) in get_bus_freq() function
|