Searched refs:f_max (Results 26 - 50 of 58) sorted by relevance

123

/linux-master/drivers/mmc/host/
H A Dmmc_spi.c1212 mmc->f_max = spi->max_speed_hz;
1329 spi->max_speed_hz = mmc->f_max;
H A Dmvsdio.c774 mmc->f_max = MVSD_CLOCKRATE_MAX;
788 mmc->f_max = maxfreq;
H A Domap_hsmmc.c1835 mmc->f_max = pdata->max_freq;
1836 else if (mmc->f_max == 0)
1837 mmc->f_max = OMAP_MMC_MAX_CLOCK;
H A Dushc.c451 mmc->f_max = 50000000;
H A Dtoshsd.c643 mmc->f_max = HCLK;
H A Dowl-mmc.c610 mmc->f_max = 52000000;
H A Dcb710-mmc.c708 mmc->f_max = val;
H A Dlitex_mmc.c604 mmc->f_max = 50e6;
H A Dau1xmmc.c980 mmc->f_max = 24000000;
1001 mmc->f_max = 52000000;
H A Dsdhci-of-dwcmshc.c1083 if (host->mmc->f_max <= 52000000) {
1085 host->mmc->f_max);
H A Ddavinci_mmc.c1162 mmc->f_max = 25000000;
1164 mmc->f_max = pdata->max_freq;
H A Dvub300.c2138 mmc->f_max = 24000000;
2143 mmc->f_max = 48000000;
2295 mmc->f_max / 1000000,
H A Dusdhi6rol0.c1865 if (!mmc->f_max)
1866 mmc->f_max = host->imclk;
H A Dmxs-mmc.c636 mmc->f_max = 288000000;
H A Dmeson-mx-sdio.c563 mmc->f_max = clk_round_rate(host->cfg_div_clk,
H A Dpxamci.c669 mmc->f_max = (mmc_has_26MHz()) ? 26000000 : host->clkrate;
H A Dalcor.c1053 mmc->f_max = AU6601_MAX_CLOCK;
H A Dmeson-mx-sdhc-mmc.c831 mmc->f_max = clk_round_rate(host->sd_clk, ULONG_MAX);
H A Dmoxart-mmc.c602 mmc->f_max = DIV_ROUND_CLOSEST(host->sysclk, 2);
H A Dsdhci-pci-core.c851 device_property_read_u32(dev, "max-frequency", &mmc->f_max);
1072 slot->host->mmc->f_max = max_freq * 1000000;
H A Dtifm_sd.c970 mmc->f_max = 24000000;
H A Dsunxi-mmc.c1428 mmc->f_max = 52000000;
H A Dvia-sdmmc.c1038 mmc->f_max = VIA_CRDR_MAX_CLOCK;
H A Dtmio_mmc_core.c934 unsigned int clk_rate = host->mmc->actual_clock ?: host->mmc->f_max;
/linux-master/drivers/mmc/core/
H A Dhost.c303 /* f_max is obtained from the optional "max-frequency" property */
304 device_property_read_u32(dev, "max-frequency", &host->f_max);

Completed in 497 milliseconds

123