Home
last modified time | relevance | path

Searched refs:f_max (Results 1 – 25 of 59) sorted by relevance

123

/linux/Documentation/translations/zh_CN/scheduler/
H A Dschedutil.rst59 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 Drl6231.c148 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 Dschedutil.rst58 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/mmc/host/
H A Dmmci.c65 .f_max = 100000000,
84 .f_max = 100000000,
103 .f_max = 100000000,
125 .f_max = 100000000,
151 .f_max = 100000000,
181 .f_max = 100000000,
216 .f_max = 100000000,
249 .f_max = 48000000,
259 .f_max = 208000000,
287 .f_max = 267000000,
[all …]
H A Dsdhci-st.c162 switch (mhost->f_max) { in st_mmcss_cconfig()
164 clk_set_rate(pltfm_host->clk, mhost->f_max); in st_mmcss_cconfig()
168 clk_set_rate(pltfm_host->clk, mhost->f_max); in st_mmcss_cconfig()
H A Dsh_mmcif.c1035 if (host->mmc->f_max) { in sh_mmcif_clk_setup()
1036 unsigned int f_max, f_min = 0, f_min_old; in sh_mmcif_clk_setup() local
1038 f_max = host->mmc->f_max; in sh_mmcif_clk_setup()
1039 for (f_min_old = f_max; f_min_old > 2;) { in sh_mmcif_clk_setup()
1051 host->mmc->f_max = f_max >> ffs(host->clkdiv_map); in sh_mmcif_clk_setup()
1056 host->mmc->f_max = clk / 2; in sh_mmcif_clk_setup()
1061 host->mmc->f_max, host->mmc->f_min); in sh_mmcif_clk_setup()
H A Dcavium.c908 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 Dsdhci-bcm-kona.c229 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 Dsunplus-mmc.c235 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 Djz4740_mmc.c894 clk_set_rate(host->clk, host->mmc->f_max); in jz4740_mmc_set_clock_rate()
1084 if (!mmc->f_max) in jz4740_mmc_probe()
1085 mmc->f_max = JZ_MMC_CLK_RATE; in jz4740_mmc_probe()
1093 if (host->version == JZ_MMC_JZ4760 && mmc->f_max > JZ_MMC_CLK_RATE) in jz4740_mmc_probe()
1094 mmc->f_max = JZ_MMC_CLK_RATE; in jz4740_mmc_probe()
1096 mmc->f_min = mmc->f_max / 128; in jz4740_mmc_probe()
H A Dwmt-sdmmc.c176 unsigned int f_max; member
734 .f_max = 50000000,
786 mmc->f_max = wmt_caps->f_max; in wmt_mci_probe()
H A Dsdhci-omap.c1266 mmc->f_max = 96000000; in sdhci_omap_probe()
1268 mmc->f_max = 48000000; in sdhci_omap_probe()
1270 mmc->f_max = 48000000; in sdhci_omap_probe()
1282 ret = clk_set_rate(pltfm_host->clk, mmc->f_max); in sdhci_omap_probe()
1284 dev_err(dev, "failed to set clock to %d\n", mmc->f_max); in sdhci_omap_probe()
H A Dbcm2835.c1264 if (!mmc->f_max || mmc->f_max > host->max_clk) in bcm2835_add_host()
1265 mmc->f_max = host->max_clk; in bcm2835_add_host()
1268 mmc->max_busy_timeout = ~0 / (mmc->f_max / 1000); in bcm2835_add_host()
1271 mmc->f_max, mmc->f_min, mmc->max_busy_timeout); in bcm2835_add_host()
H A Drenesas_sdhi_core.c109 if (!mmc->f_max) in renesas_sdhi_clk_enable()
110 mmc->f_max = clk_get_rate(priv->clk); in renesas_sdhi_clk_enable()
1090 taps[i].clk_rate == host->mmc->f_max) { in renesas_sdhi_probe()
1142 mmc_hostname(host->mmc), &res->start, host->mmc->f_max / 1000000); in renesas_sdhi_probe()
H A Dsdhci-of-aspeed.c290 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 Duniphier-sd.c380 if (!mmc->f_max) in uniphier_sd_clk_enable()
381 mmc->f_max = priv->clk_rate; in uniphier_sd_clk_enable()
H A Domap.c1299 mmc->f_max = 48000000; in mmc_omap_new_slot()
1301 mmc->f_max = 24000000; in mmc_omap_new_slot()
1303 mmc->f_max = min(host->pdata->max_freq, mmc->f_max); in mmc_omap_new_slot()
H A Dmmci.h363 u32 f_max; member
/linux/drivers/cpufreq/
H A Dlonghaul.c412 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/media/tuners/
H A Dmt2063.c426 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/staging/pi433/
H A Drf69.c
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_sdio.c308 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/drivers/mmc/core/
H A Dcore.c918 if (hz > host->f_max) in mmc_set_clock()
919 hz = host->f_max; in mmc_set_clock()
2254 if (freq > host->f_max) { in mmc_rescan()
2257 freq = host->f_max; in mmc_rescan()
2284 host->f_init = max(min(freqs[0], host->f_max), host->f_min); in mmc_start_host()
H A Ddebugfs.c216 if (val != 0 && (val > host->f_max || val < host->f_min)) in mmc_clock_opt_set()
/linux/drivers/staging/greybus/
H A Dsdio.c154 mmc->f_max = le32_to_cpu(response.f_max); in gb_sdio_get_caps()

123