Home
last modified time | relevance | path

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

12

/drivers/cpufreq/
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()
/drivers/mmc/host/
Dmmci.c1286 of_property_read_u32(np, "max-frequency", &pdata->f_max); in mmci_dt_populate_generic_pdata()
1287 if (!pdata->f_max) in mmci_dt_populate_generic_pdata()
1417 if (plat->f_max) in mmci_probe()
1418 mmc->f_max = min(host->mclk, plat->f_max); in mmci_probe()
1420 mmc->f_max = min(host->mclk, fmax); in mmci_probe()
1421 dev_dbg(mmc_dev(mmc), "clocking block at %u Hz\n", mmc->f_max); in mmci_probe()
Dwmt-sdmmc.c179 unsigned int f_max; member
753 .f_max = 50000000,
806 mmc->f_max = wmt_caps->f_max; in wmt_mci_probe()
Dtmio_mmc_pio.c766 ret = pdata->clk_enable(host->pdev, &mmc->f_max); in tmio_mmc_clk_update()
768 mmc->f_min = mmc->f_max / 512; in tmio_mmc_clk_update()
1035 mmc->f_max = pdata->hclk; in tmio_mmc_host_probe()
1036 mmc->f_min = mmc->f_max / 512; in tmio_mmc_host_probe()
Domap.c1259 mmc->f_max = 48000000; in mmc_omap_new_slot()
1261 mmc->f_max = 24000000; in mmc_omap_new_slot()
1263 mmc->f_max = min(host->pdata->max_freq, mmc->f_max); in mmc_omap_new_slot()
Dbfin_sdh.c559 mmc->f_max = get_sclk(); in sdh_probe()
560 mmc->f_min = mmc->f_max >> 9; in sdh_probe()
Dsh_mobile_sdhi.c275 host->mmc->f_max / 1000000); in sh_mobile_sdhi_probe()
Dsdricoh_cs.c443 mmc->f_max = 24000000; in sdricoh_init_mmc()
Dandroid-goldfish.c498 mmc->f_max = 24000000; in goldfish_mmc_probe()
Dmmc_spi.c1385 mmc->f_max = spi->max_speed_hz; in mmc_spi_probe()
1512 spi->max_speed_hz = mmc->f_max; in mmc_spi_remove()
Dau1xmmc.c995 mmc->f_max = 24000000; in au1xmmc_probe()
1016 mmc->f_max = 52000000; in au1xmmc_probe()
Dushc.c452 mmc->f_max = 50000000; in ushc_probe()
Ddavinci_mmc.c1322 mmc->f_max = 25000000; in davinci_mmcsd_probe()
1324 mmc->f_max = pdata->max_freq; in davinci_mmcsd_probe()
Dcb710-mmc.c715 mmc->f_max = val; in cb710_mmc_init()
Dvub300.c2152 mmc->f_max = 24000000; in vub300_probe()
2157 mmc->f_max = 48000000; in vub300_probe()
2309 mmc->f_max / 1000000, in vub300_probe()
Dmxs-mmc.c666 mmc->f_max = 288000000; in mxs_mmc_probe()
Dsdhci.c2866 mmc->f_max = host->max_clk; in sdhci_add_host()
2872 mmc->f_max = host->max_clk * host->clk_mul; in sdhci_add_host()
2894 host->timeout_clk = mmc->f_max / 1000; in sdhci_add_host()
Dpxamci.c691 mmc->f_max = (mmc_has_26MHz()) ? 26000000 : host->clkrate; in pxamci_probe()
Domap_hsmmc.c1850 mmc->f_max = pdata->max_freq; in omap_hsmmc_probe()
1852 mmc->f_max = OMAP_MMC_MAX_CLOCK; in omap_hsmmc_probe()
Djz4740_mmc.c871 mmc->f_max = JZ_MMC_CLK_RATE; in jz4740_mmc_probe()
Dmvsdio.c750 mmc->f_max = maxfreq; in mvsd_probe()
/drivers/media/tuners/
Dmt2063.c435 u32 f_min, u32 f_max) in MT2063_AddExclZone() argument
444 if ((f_max > (pAS_Info->f_if1_Center - (pAS_Info->f_if1_bw / 2))) in MT2063_AddExclZone()
446 && (f_min < f_max)) { in MT2063_AddExclZone()
461 if ((pNode != NULL) && (pNode->min_ < f_max)) { in MT2063_AddExclZone()
465 if (f_max > pNode->max_) in MT2063_AddExclZone()
466 pNode->max_ = f_max; in MT2063_AddExclZone()
470 pNode->max_ = f_max; in MT2063_AddExclZone()
/drivers/mmc/core/
Ddebugfs.c192 if (val > host->f_max) in mmc_clock_opt_set()
Dhost.c342 of_property_read_u32(np, "max-frequency", &host->f_max); in mmc_of_parse()
/drivers/staging/csr/
Dsdio_mmc.c413 if (max_hz > host->f_max) { in CsrSdioMaxBusClockFrequencySet()
414 max_hz = host->f_max; in CsrSdioMaxBusClockFrequencySet()

12