Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dclock.c93 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 Dfdt.c83 unsigned long busclk = get_bus_freq(0); in ft_cpu_setup()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dfsl_lsch2_speed.c183 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 Dfsl_lsch3_speed.c157 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 Dmii-fec.c105 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 Dppc.h96 ulong get_bus_freq(ulong);
101 return get_bus_freq(dummy); in get_ddr_freq()
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dath79_spi.c144 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 Dqoriq-cpufreq.c41 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 Ddiu.c45 speed_ccb = get_bus_freq(0); in diu_set_pixel_clock()
/OK3568_Linux_fs/u-boot/include/configs/
H A Dqemu-ppce500.h92 #define CONFIG_SYS_NS16550_CLK (get_bus_freq(0))
H A Dt4qds.h131 #define CONFIG_SYS_NS16550_CLK (get_bus_freq(0)/2)
H A DMPC8541CDS.h237 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
H A DMPC8555CDS.h235 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
H A DMPC8540ADS.h211 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
H A Dsocrates.h182 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
H A DMPC8568MDS.h215 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
H A Dcontrolcenterd.h163 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
H A DP1023RDB.h154 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
H A DBSC9131RDB.h213 #define CONFIG_SYS_NS16550_CLK get_bus_freq(0)
/OK3568_Linux_fs/u-boot/board/gdsys/p1022/
H A Ddiu.c54 speed_ccb = get_bus_freq(0); in diu_set_pixel_clock()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8610hpcd/
H A Dmpc8610hpcd_diu.c27 speed_ccb = get_bus_freq(0); in diu_set_pixel_clock()
/OK3568_Linux_fs/u-boot/board/freescale/t1040qds/
H A Ddiu.c44 speed_ccb = get_bus_freq(0); in diu_set_pixel_clock()
/OK3568_Linux_fs/u-boot/arch/mips/mach-ath79/ar933x/
H A Dclk.c77 ulong get_bus_freq(ulong dummy) in get_bus_freq() function
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/
H A Dspeed.c124 ulong get_bus_freq(ulong dummy) in get_bus_freq() function
/OK3568_Linux_fs/u-boot/arch/mips/mach-ath79/qca953x/
H A Dclk.c99 ulong get_bus_freq(ulong dummy) in get_bus_freq() function

1234