Home
last modified time | relevance | path

Searched refs:mmc_read_tuning (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/mmc/core/
H A Dmmc_ops.c1097 int mmc_read_tuning(struct mmc_host *host, unsigned int blksz, unsigned int blocks) in mmc_read_tuning() function
1151 EXPORT_SYMBOL_GPL(mmc_read_tuning);
/linux/include/linux/mmc/
H A Dhost.h759 int mmc_read_tuning(struct mmc_host *host, unsigned int blksz, unsigned int blocks);
/linux/drivers/mmc/host/
H A Dsdhci-cadence.c300 ret = mmc_read_tuning(mmc, 512, 32); in sdhci_cdns_tune_blkgap()