Searched refs:f_max (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/amba/
H A Dmmci.h12 * @f_max: the maximum operational frequency for this host in this
31 unsigned int f_max; member in struct:mmci_platform_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mmc/
H A Dhost.h125 unsigned int f_max; member in struct:mmc_host
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-u300/
H A Dmmc.c105 mmci_card->mmc0_plat_data.f_max = 24000000;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dsh_mmcif.c836 mmc->f_max = host->clk;
838 if (mmc->f_max < 51200000)
839 mmc->f_min = mmc->f_max / 128;
840 else if (mmc->f_max < 102400000)
841 mmc->f_min = mmc->f_max / 256;
843 mmc->f_min = mmc->f_max / 512;
H A Dmmci.c672 if (plat->f_max)
673 mmc->f_max = min(host->mclk, plat->f_max);
675 mmc->f_max = min(host->mclk, fmax);
676 dev_dbg(mmc_dev(mmc), "clocking block at %u Hz\n", mmc->f_max);
H A Dbfin_sdh.c478 mmc->f_max = get_sclk();
479 mmc->f_min = mmc->f_max >> 9;
H A Domap.c1323 mmc->f_max = 48000000;
1325 mmc->f_max = 24000000;
1327 mmc->f_max = min(host->pdata->max_freq, mmc->f_max);
H A Dsdricoh_cs.c440 mmc->f_max = 24000000;
H A Dmmc_spi.c1347 mmc->f_max = spi->max_speed_hz;
1474 spi->max_speed_hz = mmc->f_max;
H A Dtmio_mmc.c834 mmc->f_max = pdata->hclk;
835 mmc->f_min = mmc->f_max / 512;
H A Dcb710-mmc.c720 mmc->f_max = val;
H A Ddavinci_mmc.c1230 mmc->f_max = 25000000;
1232 mmc->f_max = pdata->max_freq;
H A Dat91_mci.c945 mmc->f_max = 25000000;
H A Dau1xmmc.c987 mmc->f_max = 24000000;
H A Djz4740_mmc.c870 mmc->f_max = JZ_MMC_CLK_RATE;
H A Dmvsdio.c735 mmc->f_max = maxfreq;
H A Dmxcmmc.c843 mmc->f_max = clk_get_rate(host->clk) >> 1;
H A Dpxamci.c599 mmc->f_max = (mmc_has_26MHz()) ? 26000000 : host->clkrate;
H A Dimxmmc.c962 mmc->f_max = CLK_RATE/2;
H A Dmsm_sdcc.c1158 mmc->f_max = msmsdcc_fmax;
H A Dtifm_sd.c978 mmc->f_max = 24000000;
H A Dvia-sdmmc.c1046 mmc->f_max = VIA_CRDR_MAX_CLOCK;
H A Dwbsd.c1221 mmc->f_max = 24000000;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dlonghaul.c416 int f_max, f_min; local
419 f_max = ((speeds[i] * mult) + 50) / 100;
420 f_max += (ROUNDING / 2);
421 f_min = f_max - ROUNDING;
422 if ((speed <= f_max) && (speed >= f_min))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/core/
H A Dcore.c631 if (hz > host->f_max)
632 hz = host->f_max;

Completed in 245 milliseconds

12