Home
last modified time | relevance | path

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

12

/drivers/mmc/host/
Dwmt-sdmmc.c178 unsigned int f_min; member
752 .f_min = 390425,
805 mmc->f_min = wmt_caps->f_min; in wmt_mci_probe()
Dtmio_mmc_pio.c149 for (clock = host->mmc->f_min, clk = 0x80000080; in tmio_mmc_set_clock()
768 mmc->f_min = mmc->f_max / 512; in tmio_mmc_clk_update()
1036 mmc->f_min = mmc->f_max / 512; in tmio_mmc_host_probe()
Dsdricoh_cs.c442 mmc->f_min = 450000; in sdricoh_init_mmc()
Dandroid-goldfish.c497 mmc->f_min = 400000; in goldfish_mmc_probe()
Dushc.c451 mmc->f_min = 400000; in ushc_probe()
Dsdhci.c2868 mmc->f_min = host->ops->get_min_clock(host); in sdhci_add_host()
2871 mmc->f_min = (host->max_clk * host->clk_mul) / 1024; in sdhci_add_host()
2874 mmc->f_min = host->max_clk / SDHCI_MAX_DIV_SPEC_300; in sdhci_add_host()
2876 mmc->f_min = host->max_clk / SDHCI_MAX_DIV_SPEC_200; in sdhci_add_host()
Dmmci.c1406 mmc->f_min = DIV_ROUND_UP(host->mclk, 257); in mmci_probe()
1408 mmc->f_min = DIV_ROUND_UP(host->mclk, 512); in mmci_probe()
Dbfin_sdh.c560 mmc->f_min = mmc->f_max >> 9; in sdh_probe()
Dcb710-mmc.c716 mmc->f_min = val >> cb710_clock_divider_log2[CB710_MAX_DIVIDER_IDX]; in cb710_mmc_init()
Dmxs-mmc.c665 mmc->f_min = 400000; in mxs_mmc_probe()
Dpxamci.c690 mmc->f_min = (host->clkrate + 63) / 64; in pxamci_probe()
Djz4740_mmc.c870 mmc->f_min = JZ_MMC_CLK_RATE / 128; in jz4740_mmc_probe()
Dmvsdio.c749 mmc->f_min = DIV_ROUND_UP(host->base_clock, MVSD_BASE_DIV_MAX); in mvsd_probe()
Dmmc_spi.c1384 mmc->f_min = 400000; in mmc_spi_probe()
Dtifm_sd.c976 mmc->f_min = 20000000 / 60; in tifm_sd_probe()
Dau1xmmc.c994 mmc->f_min = 450000; in au1xmmc_probe()
Ddavinci_mmc.c1321 mmc->f_min = 312500; in davinci_mmcsd_probe()
Drtsx_pci_sdmmc.c1222 mmc->f_min = 250000; in realtek_init_host()
Dwbsd.c1220 mmc->f_min = 375000; in wbsd_alloc_mmc()
Dmxcmmc.c1149 mmc->f_min = clk_get_rate(host->clk_per) >> 16; in mxcmci_probe()
Dvia-sdmmc.c1044 mmc->f_min = VIA_CRDR_MIN_CLOCK; in via_init_mmc_host()
/drivers/media/tuners/
Dmt2063.c435 u32 f_min, u32 f_max) in MT2063_AddExclZone() argument
445 && (f_min < (pAS_Info->f_if1_Center + (pAS_Info->f_if1_bw / 2))) in MT2063_AddExclZone()
446 && (f_min < f_max)) { in MT2063_AddExclZone()
456 while ((pNode != NULL) && (pNode->max_ < f_min)) { in MT2063_AddExclZone()
463 if (f_min < pNode->min_) in MT2063_AddExclZone()
464 pNode->min_ = f_min; in MT2063_AddExclZone()
469 pNode->min_ = f_min; in MT2063_AddExclZone()
/drivers/cpufreq/
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()
/drivers/mmc/core/
Dcore.c1043 WARN_ON(hz < host->f_min); in __mmc_set_clock()
2502 if (!mmc_rescan_try_freq(host, max(freqs[i], host->f_min))) { in mmc_rescan()
2506 if (freqs[i] <= host->f_min) in mmc_rescan()
2524 host->f_init = max(freqs[0], host->f_min); in mmc_start_host()
Dsdio.c1259 mmc_set_clock(host, host->f_min); in sdio_reset_comm()

12