Home
last modified time | relevance | path

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

/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 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 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 Dsdricoh_cs.c423 mmc->f_max = 24000000; in sdricoh_init_mmc()
H A Dmmc_spi.c1212 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 Dushc.c449 mmc->f_max = 50000000; in ushc_probe()
H A Dvub300.c2147 mmc->f_max = 24000000; in vub300_probe()
2152 mmc->f_max = 48000000; in vub300_probe()
2304 mmc->f_max / 1000000, in vub300_probe()
H A Dmeson-mx-sdhc-mmc.c820 mmc->f_max = clk_round_rate(host->sd_clk, ULONG_MAX); in meson_mx_sdhc_probe()
H A Dusdhi6rol0.c1859 if (!mmc->f_max) in usdhi6_probe()
1860 mmc->f_max = host->imclk; in usdhi6_probe()
H A Dmxcmmc.c1097 mmc->f_max = clk_get_rate(host->clk_per) >> 1; in mxcmci_probe()
H A Dsunxi-mmc.c1424 mmc->f_max = 52000000; in sunxi_mmc_probe()
/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/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/include/linux/mmc/
H A Dhost.h362 unsigned int f_max; member
/linux/include/linux/greybus/
H A Dgreybus_protocols.h1427 __le32 f_max; member