| /linux/Documentation/translations/zh_CN/scheduler/ |
| H A D | schedutil.rst | 59 f_max 69 f_max := { 1C-turbo; 如果使能了turbo 74 f_max 136 f_des := min( f_max, 1.25 u * f_max ) 160 时间流逝将自动修正。另注,由于没有空闲时间,我们还能保证f_max值吗?
|
| /linux/sound/soc/codecs/ |
| H A D | rl6231.c | 148 unsigned int f_in, f_out, f_max; in rl6231_pll_calc() local 174 f_max = 0xffffffff / RL6231_PLL_N_MAX; in rl6231_pll_calc() 175 div = find_best_div(freq_in, f_max, div_t); in rl6231_pll_calc()
|
| /linux/Documentation/scheduler/ |
| H A D | schedutil.rst | 58 f_max 69 f_max := { 1C-turbo; if turbo enabled 74 f_max 139 f_des := min( f_max, 1.25 u * f_max ) 168 correct this. XXX do we still guarantee f_max due to no idle-time?
|
| /linux/drivers/cpufreq/ |
| H A D | longhaul.c | 412 int f_max, f_min; in guess_fsb() local 415 f_max = ((speeds[i] * mult) + 50) / 100; in guess_fsb() 416 f_max += (ROUNDING / 2); in guess_fsb() 417 f_min = f_max - ROUNDING; in guess_fsb() 418 if ((speed <= f_max) && (speed >= f_min)) in guess_fsb()
|
| /linux/drivers/mmc/host/ |
| H A D | sdhci-bcm-kona.c | 229 if (!host->mmc->f_max) { in sdhci_bcm_kona_probe() 243 ret = clk_set_rate(pltfm_priv->clk, host->mmc->f_max); in sdhci_bcm_kona_probe()
|
| H A D | cavium.c | 908 clock = min(clock, mmc->f_max); in cvm_mmc_set_clock() 993 if (!mmc->f_max) in cvm_mmc_of_parse() 994 of_property_read_u32(node, "spi-max-frequency", &mmc->f_max); in cvm_mmc_of_parse() 995 if (!mmc->f_max || mmc->f_max > 52000000) in cvm_mmc_of_parse() 996 mmc->f_max = 52000000; in cvm_mmc_of_parse()
|
| H A D | sunplus-mmc.c | 235 int f_max = host->mmc->f_max; in spmmc_set_bus_clk() local 240 if (clk > f_max) in spmmc_set_bus_clk() 241 clk = f_max; in spmmc_set_bus_clk() 907 if (mmc->f_max > SPMMC_MAX_CLK) in spmmc_drv_probe() 908 mmc->f_max = SPMMC_MAX_CLK; in spmmc_drv_probe()
|
| H A D | jz4740_mmc.c | 895 clk_set_rate(host->clk, host->mmc->f_max); in jz4740_mmc_set_clock_rate() 1078 if (!mmc->f_max) in jz4740_mmc_probe() 1079 mmc->f_max = JZ_MMC_CLK_RATE; in jz4740_mmc_probe() 1087 if (host->version == JZ_MMC_JZ4760 && mmc->f_max > JZ_MMC_CLK_RATE) in jz4740_mmc_probe() 1088 mmc->f_max = JZ_MMC_CLK_RATE; in jz4740_mmc_probe() 1090 mmc->f_min = mmc->f_max / 128; in jz4740_mmc_probe()
|
| H A D | bcm2835.c | 1266 if (!mmc->f_max || mmc->f_max > host->max_clk) in bcm2835_add_host() 1267 mmc->f_max = host->max_clk; in bcm2835_add_host() 1270 mmc->max_busy_timeout = ~0 / (mmc->f_max / 1000); in bcm2835_add_host() 1273 mmc->f_max, mmc->f_min, mmc->max_busy_timeout); in bcm2835_add_host()
|
| H A D | sdhci-of-aspeed.c | 290 if (host->mmc->f_max) in aspeed_sdhci_get_max_clock() 291 return host->mmc->f_max; in aspeed_sdhci_get_max_clock()
|
| H A D | uniphier-sd.c | 380 if (!mmc->f_max) in uniphier_sd_clk_enable() 381 mmc->f_max = priv->clk_rate; in uniphier_sd_clk_enable()
|
| H A D | mmc_spi.c | 1212 mmc->f_max = spi->max_speed_hz; in mmc_spi_probe() 1328 spi->max_speed_hz = mmc->f_max; in mmc_spi_remove()
|
| H A D | sdricoh_cs.c | 423 mmc->f_max = 24000000; in sdricoh_init_mmc()
|
| H A D | ushc.c | 449 mmc->f_max = 50000000; in ushc_probe()
|
| H A D | litex_mmc.c | 594 mmc->f_max = 50e6; in litex_mmc_probe()
|
| H A D | owl-mmc.c | 604 mmc->f_max = 52000000; in owl_mmc_probe()
|
| H A D | moxart-mmc.c | 602 mmc->f_max = DIV_ROUND_CLOSEST(host->sysclk, 2); in moxart_probe()
|
| H A D | pxamci.c | 665 mmc->f_max = (mmc_has_26MHz()) ? 26000000 : host->clkrate; in pxamci_probe()
|
| H A D | vub300.c | 2136 mmc->f_max = 24000000; in vub300_probe() 2141 mmc->f_max = 48000000; in vub300_probe() 2293 mmc->f_max / 1000000, in vub300_probe()
|
| H A D | meson-mx-sdhc-mmc.c | 820 mmc->f_max = clk_round_rate(host->sd_clk, ULONG_MAX); in meson_mx_sdhc_probe()
|
| H A D | usdhi6rol0.c | 1859 if (!mmc->f_max) in usdhi6_probe() 1860 mmc->f_max = host->imclk; in usdhi6_probe()
|
| H A D | sdhci-of-dwcmshc.c | 899 if (host->mmc->f_max <= 52000000) { in dwcmshc_rk35xx_postinit() 901 host->mmc->f_max); in dwcmshc_rk35xx_postinit()
|
| /linux/drivers/media/tuners/ |
| H A D | mt2063.c | 426 u32 f_min, u32 f_max) in MT2063_AddExclZone() argument 435 if ((f_max > (pAS_Info->f_if1_Center - (pAS_Info->f_if1_bw / 2))) in MT2063_AddExclZone() 437 && (f_min < f_max)) { in MT2063_AddExclZone() 452 if ((pNode != NULL) && (pNode->min_ < f_max)) { in MT2063_AddExclZone() 456 if (f_max > pNode->max_) in MT2063_AddExclZone() 457 pNode->max_ = f_max; in MT2063_AddExclZone() 461 pNode->max_ = f_max; in MT2063_AddExclZone()
|
| /linux/drivers/net/wireless/rsi/ |
| H A D | rsi_91x_sdio.c | 308 if (clock > host->f_max) in rsi_reset_card() 309 clock = host->f_max; in rsi_reset_card() 344 if (clock > host->f_max) in rsi_setclock() 345 clock = host->f_max; in rsi_setclock()
|
| /linux/include/linux/mmc/ |
| H A D | host.h | 362 unsigned int f_max; member
|