| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ls102xa/ |
| H A D | clock.c | 93 ulong get_bus_freq(ulong dummy) in get_bus_freq() function 112 return get_bus_freq(0) / 2; in mxc_get_clock() 114 return get_bus_freq(0); in mxc_get_clock() 116 return get_bus_freq(0) / 2; in mxc_get_clock() 118 return get_bus_freq(0) / 2; in mxc_get_clock()
|
| H A D | fdt.c | 83 unsigned long busclk = get_bus_freq(0); in ft_cpu_setup()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
| H A D | fsl_lsch2_speed.c | 183 ulong get_bus_freq(ulong dummy) in get_bus_freq() function 211 return get_bus_freq(0) / CONFIG_SYS_FSL_DUART_CLK_DIV; in get_serial_clock() 216 return get_bus_freq(0) / CONFIG_SYS_FSL_I2C_CLK_DIV; in get_i2c_freq() 221 return get_bus_freq(0) / CONFIG_SYS_FSL_DSPI_CLK_DIV; in get_dspi_freq() 227 return get_bus_freq(0) / CONFIG_SYS_FSL_LPUART_CLK_DIV; in get_uart_freq()
|
| H A D | fsl_lsch3_speed.c | 157 ulong get_bus_freq(ulong dummy) in get_bus_freq() function 188 return get_bus_freq(0) / CONFIG_SYS_FSL_I2C_CLK_DIV; in get_i2c_freq() 193 return get_bus_freq(0) / CONFIG_SYS_FSL_DSPI_CLK_DIV; in get_dspi_freq() 198 return get_bus_freq(0) / CONFIG_SYS_FSL_DUART_CLK_DIV; in get_serial_clock()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fs_enet/ |
| H A D | mii-fec.c | 105 int (*get_bus_freq)(struct device_node *); in fs_enet_mdio_probe() local 111 get_bus_freq = match->data; in fs_enet_mdio_probe() 138 if (get_bus_freq) { in fs_enet_mdio_probe() 139 clock = get_bus_freq(ofdev->dev.of_node); in fs_enet_mdio_probe()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | ppc.h | 96 ulong get_bus_freq(ulong); 101 return get_bus_freq(dummy); in get_ddr_freq()
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | ath79_spi.c | 144 div = get_bus_freq(0) / speed; in ath79_spi_set_speed() 155 val = get_bus_freq(0) / ATH79_SPI_MHZ; in ath79_spi_set_speed()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/board/freescale/t104xrdb/ |
| H A D | diu.c | 45 speed_ccb = get_bus_freq(0); in diu_set_pixel_clock()
|
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | qemu-ppce500.h | 92 #define CONFIG_SYS_NS16550_CLK (get_bus_freq(0))
|
| H A D | t4qds.h | 131 #define CONFIG_SYS_NS16550_CLK (get_bus_freq(0)/2)
|
| H A D | MPC8541CDS.h | 237 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
|
| H A D | MPC8555CDS.h | 235 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
|
| H A D | MPC8540ADS.h | 211 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
|
| H A D | socrates.h | 182 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
|
| H A D | MPC8568MDS.h | 215 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
|
| H A D | controlcenterd.h | 163 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
|
| H A D | P1023RDB.h | 154 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
|
| H A D | BSC9131RDB.h | 213 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
|
| /OK3568_Linux_fs/u-boot/board/gdsys/p1022/ |
| H A D | diu.c | 54 speed_ccb = get_bus_freq(0); in diu_set_pixel_clock()
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8610hpcd/ |
| H A D | mpc8610hpcd_diu.c | 27 speed_ccb = get_bus_freq(0); in diu_set_pixel_clock()
|
| /OK3568_Linux_fs/u-boot/board/freescale/t1040qds/ |
| H A D | diu.c | 44 speed_ccb = get_bus_freq(0); in diu_set_pixel_clock()
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-ath79/ar933x/ |
| H A D | clk.c | 77 ulong get_bus_freq(ulong dummy) in get_bus_freq() function
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/ |
| H A D | speed.c | 124 ulong get_bus_freq(ulong dummy) in get_bus_freq() function
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-ath79/qca953x/ |
| H A D | clk.c | 99 ulong get_bus_freq(ulong dummy) in get_bus_freq() function
|