/third_party/uboot/u-boot-2020.01/drivers/spi/ |
D | rk_spi.c | 54 unsigned int max_freq; member 224 static int rockchip_spi_calc_modclk(ulong max_freq) in rockchip_spi_calc_modclk() argument 248 div = DIV_ROUND_UP(gpll_hz, max_freq * 4); in rockchip_spi_calc_modclk() 267 priv->max_freq = plat->frequency; in rockchip_spi_probe() 270 if (priv->max_freq > ROCKCHIP_SPI_MAX_RATE) in rockchip_spi_probe() 271 priv->max_freq = ROCKCHIP_SPI_MAX_RATE; in rockchip_spi_probe() 275 rockchip_spi_calc_modclk(priv->max_freq)); in rockchip_spi_probe() 512 if (speed > priv->max_freq) in rockchip_spi_set_speed() 513 speed = priv->max_freq; in rockchip_spi_set_speed()
|
D | mxs_spi.c | 83 unsigned int max_freq; member 453 priv->max_freq = dtplat->spi_max_frequency; 457 (unsigned int)priv->regs, priv->max_freq, priv->clk_id); 460 priv->max_freq = plat->frequency; 528 if (speed > priv->max_freq) 529 speed = priv->max_freq;
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-imx/ |
D | cpu.c | 151 __maybe_unused u32 max_freq; in print_cpuinfo() local 163 max_freq = get_cpu_speed_grade_hz(); in print_cpuinfo() 164 if (!max_freq || max_freq == mxc_get_clock(MXC_ARM_CLK)) { in print_cpuinfo() 167 printf(" %d MHz (running at %d MHz)\n", max_freq / 1000000, in print_cpuinfo()
|
/third_party/uboot/u-boot-2020.01/board/freescale/bsc9131rdb/ |
D | ddr.c | 73 for (i = 0; fixed_ddr_parm_0[i].max_freq > 0; i++) { in fixed_sdram() 75 (ddr_freq_mhz <= fixed_ddr_parm_0[i].max_freq)) { in fixed_sdram() 82 if (fixed_ddr_parm_0[i].max_freq == 0) { in fixed_sdram()
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-omap2/omap4/ |
D | emif.c | 24 .max_freq = 400000000, 48 .max_freq = 200000000,
|
D | sdram_elpida.c | 191 .max_freq = 400000000, 214 .max_freq = 333000000, 237 .max_freq = 200000000,
|
/third_party/uboot/u-boot-2020.01/board/freescale/bsc9132qds/ |
D | ddr.c | 96 for (i = 0; fixed_ddr_parm_0[i].max_freq > 0; i++) { in fixed_sdram() 98 (ddr_freq_mhz <= fixed_ddr_parm_0[i].max_freq)) { in fixed_sdram() 105 if (fixed_ddr_parm_0[i].max_freq == 0) in fixed_sdram()
|
/third_party/uboot/u-boot-2020.01/board/freescale/corenet_ds/ |
D | ddr.c | 41 for (i = 0; fixed_ddr_parm_0[i].max_freq > 0; i++) { in fixed_sdram() 43 (ddr_freq_mhz <= fixed_ddr_parm_0[i].max_freq)) { in fixed_sdram() 51 if (fixed_ddr_parm_0[i].max_freq == 0) in fixed_sdram()
|
/third_party/uboot/u-boot-2020.01/board/freescale/ls1043ardb/ |
D | ddr.c | 188 for (i = 0; fixed_ddr_parm_0[i].max_freq > 0; i++) { in fixed_sdram() 190 (ddr_freq_mhz <= fixed_ddr_parm_0[i].max_freq)) { in fixed_sdram() 198 if (fixed_ddr_parm_0[i].max_freq == 0) in fixed_sdram()
|
/third_party/uboot/u-boot-2020.01/board/freescale/p1010rdb/ |
D | ddr.c | 118 for (i = 0; fixed_ddr_parm_0[i].max_freq > 0; i++) { in fixed_sdram() 120 (ddr_freq_mhz <= fixed_ddr_parm_0[i].max_freq)) { in fixed_sdram() 127 if (fixed_ddr_parm_0[i].max_freq == 0) in fixed_sdram()
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3556av100/ |
D | i2c-hibvt.c | 293 unsigned int max_freq; in hibvt_i2c_set_freq() local 298 max_freq = clk_rate >> 1; in hibvt_i2c_set_freq() 300 if (freq > max_freq) in hibvt_i2c_set_freq() 301 freq = max_freq; in hibvt_i2c_set_freq()
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-omap2/omap5/ |
D | emif.c | 25 .max_freq = 532000000,
|
D | sdram.c | 613 .max_freq = 532000000,
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | io-sim.h | 53 unsigned int max_freq,
|
D | io-sim.c | 409 unsigned int max_freq, unsigned int amplitude, unsigned int seed) in vbi_raw_add_noise() argument 438 f0 = ((double) min_freq + max_freq) * 0.5; in vbi_raw_add_noise() 445 bw = fabs (vbi_log2 (MAX (min_freq, max_freq) / f0)); in vbi_raw_add_noise()
|
/third_party/uboot/u-boot-2020.01/product/hii2c/ |
D | i2c_hibvt.c | 387 unsigned int max_freq, freq; in hibvt_i2c_set_freq() local 393 max_freq = clk_rate >> 1; in hibvt_i2c_set_freq() 395 if (freq > max_freq) { in hibvt_i2c_set_freq() 396 i2c->freq = max_freq; in hibvt_i2c_set_freq()
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-omap5/ |
D | sys_proto.h | 38 u32 max_freq; member
|
/third_party/uboot/u-boot-2020.01/arch/x86/include/asm/ |
D | sfi.h | 120 u32 max_freq; member
|
/third_party/uboot/u-boot-2020.01/include/linux/soc/ti/ |
D | ti_sci_protocol.h | 215 u64 max_freq, u64 *match_freq); 217 u64 min_freq, u64 target_freq, u64 max_freq);
|
/third_party/ffmpeg/libavfilter/ |
D | avf_showspectrum.c | 649 const float max_freq = sample_rate / 2; in get_log_hz() local 650 const float hz_per_bin = max_freq / num_bins; in get_log_hz() 652 const float scaled_freq = log_scale(freq + 1, 21, max_freq) - 1; in get_log_hz() 654 return num_bins * scaled_freq / max_freq; in get_log_hz() 674 const float max_freq = sample_rate / 2; in bin_pos() local 675 const float hz_per_bin = max_freq / num_bins; in bin_pos() 677 const float scaled_freq = inv_log_scale(freq + 1, 21, max_freq) - 1; in bin_pos() 679 return num_bins * scaled_freq / max_freq; in bin_pos()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | fsl_ddr_sdram.h | 479 int max_freq; member
|
/third_party/uboot/u-boot-2020.01/board/ti/am57xx/ |
D | board.c | 846 .max_freq = 96000000, 854 .max_freq = 48000000,
|
/third_party/uboot/u-boot-2020.01/board/ti/dra7xx/ |
D | evm.c | 950 .max_freq = 96000000, 958 .max_freq = 48000000,
|
/third_party/uboot/u-boot-2020.01/drivers/firmware/ |
D | ti_sci.c | 1396 u64 target_freq, u64 max_freq, in ti_sci_cmd_clk_get_match_freq() argument 1424 req.max_freq_hz = max_freq; in ti_sci_cmd_clk_get_match_freq() 1462 u64 target_freq, u64 max_freq) in ti_sci_cmd_clk_set_freq() argument 1489 req.max_freq_hz = max_freq; in ti_sci_cmd_clk_set_freq()
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/ |
D | emif.h | 1140 u32 max_freq; member
|