Home
last modified time | relevance | path

Searched refs:f_min (Results 1 – 23 of 23) sorted by relevance

/linux/Documentation/translations/zh_CN/scheduler/
H A Dschedutil.rst144 工作负荷所需的硬f_min值。
/linux/drivers/mmc/host/
H A Dsunplus-mmc.c234 int f_min = host->mmc->f_min; in spmmc_set_bus_clk() local
238 if (clk < f_min) in spmmc_set_bus_clk()
239 clk = f_min; in spmmc_set_bus_clk()
906 mmc->f_min = SPMMC_MIN_CLK; in spmmc_drv_probe()
H A Duniphier-sd.c388 mmc->f_min = priv->clk_rate / 1024; in uniphier_sd_clk_enable()
390 mmc->f_min = priv->clk_rate / 512; in uniphier_sd_clk_enable()
H A Dsdricoh_cs.c422 mmc->f_min = 450000; in sdricoh_init_mmc()
H A Dushc.c448 mmc->f_min = 400000; in ushc_probe()
H A Dlitex_mmc.c607 mmc->f_min = 12.5e6; in litex_mmc_probe()
H A Dowl-mmc.c603 mmc->f_min = 100000; in owl_mmc_probe()
H A Dbcm2835.c1268 mmc->f_min = host->max_clk / SDCDIV_MAX_CDIV; in bcm2835_add_host()
1273 mmc->f_max, mmc->f_min, mmc->max_busy_timeout); in bcm2835_add_host()
H A Dmoxart-mmc.c603 mmc->f_min = DIV_ROUND_CLOSEST(host->sysclk, CLK_DIV_MASK * 2); in moxart_probe()
H A Dpxamci.c664 mmc->f_min = (host->clkrate + 63) / 64; in pxamci_probe()
H A Dmeson-mx-sdhc-mmc.c819 mmc->f_min = clk_round_rate(host->sd_clk, 1); in meson_mx_sdhc_probe()
H A Dmmc_spi.c1211 mmc->f_min = max(spi->controller->min_speed_hz, 400000); in mmc_spi_probe()
H A Dmxcmmc.c1096 mmc->f_min = clk_get_rate(host->clk_per) >> 16; in mxcmci_probe()
H A Dwbsd.c1206 mmc->f_min = 375000; in wbsd_alloc_mmc()
H A Dsdhci.c4470 mmc->f_min = host->ops->get_min_clock(host); in sdhci_setup_host()
4478 mmc->f_min = host->max_clk / SDHCI_MAX_DIV_SPEC_300; in sdhci_setup_host()
4480 mmc->f_min = host->max_clk / SDHCI_MAX_DIV_SPEC_200; in sdhci_setup_host()
H A Dusdhi6rol0.c1861 mmc->f_min = host->imclk / 512; in usdhi6_probe()
H A Dvub300.c2146 mmc->f_min = 200000; in vub300_probe()
/linux/drivers/cpufreq/
H A Dlonghaul.c412 int f_max, f_min; in guess_fsb() local
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
436 && (f_min < (pAS_Info->f_if1_Center + (pAS_Info->f_if1_bw / 2))) in MT2063_AddExclZone()
437 && (f_min < f_max)) { in MT2063_AddExclZone()
447 while ((pNode != NULL) && (pNode->max_ < f_min)) { in MT2063_AddExclZone()
454 if (f_min < pNode->min_) in MT2063_AddExclZone()
455 pNode->min_ = f_min; in MT2063_AddExclZone()
460 pNode->min_ = f_min; in MT2063_AddExclZone()
/linux/include/linux/mmc/
H A Dhost.h361 unsigned int f_min; member
/linux/Documentation/scheduler/
H A Dschedutil.rst147 XXX: deadline tasks (Sporadic Task Model) allows us to calculate a hard f_min
/linux/include/linux/greybus/
H A Dgreybus_protocols.h1426 __le32 f_min; member
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_sdio.c199 host->ios.clock = host->f_min; in rsi_reset_card()