Searched refs:f_min (Results 1 – 23 of 23) sorted by relevance
144 工作负荷所需的硬f_min值。
234 int f_min = host->mmc->f_min; in spmmc_set_bus_clk() local238 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()
388 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()
422 mmc->f_min = 450000; in sdricoh_init_mmc()
448 mmc->f_min = 400000; in ushc_probe()
607 mmc->f_min = 12.5e6; in litex_mmc_probe()
603 mmc->f_min = 100000; in owl_mmc_probe()
1268 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()
603 mmc->f_min = DIV_ROUND_CLOSEST(host->sysclk, CLK_DIV_MASK * 2); in moxart_probe()
664 mmc->f_min = (host->clkrate + 63) / 64; in pxamci_probe()
819 mmc->f_min = clk_round_rate(host->sd_clk, 1); in meson_mx_sdhc_probe()
1211 mmc->f_min = max(spi->controller->min_speed_hz, 400000); in mmc_spi_probe()
1096 mmc->f_min = clk_get_rate(host->clk_per) >> 16; in mxcmci_probe()
1206 mmc->f_min = 375000; in wbsd_alloc_mmc()
4470 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()
1861 mmc->f_min = host->imclk / 512; in usdhi6_probe()
2146 mmc->f_min = 200000; in vub300_probe()
412 int f_max, f_min; in guess_fsb() local417 f_min = f_max - ROUNDING; in guess_fsb()418 if ((speed <= f_max) && (speed >= f_min)) in guess_fsb()
426 u32 f_min, u32 f_max) in MT2063_AddExclZone() argument436 && (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()
361 unsigned int f_min; member
147 XXX: deadline tasks (Sporadic Task Model) allows us to calculate a hard f_min
1426 __le32 f_min; member
199 host->ios.clock = host->f_min; in rsi_reset_card()