Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/mmc/
Dsdhci.h69 #define SDHCI_QUIRK_NO_MULTIBLOCK (1<<21) macro
/linux-3.4.99/drivers/mmc/host/
Dsdhci-esdhc-imx.c477 host->quirks |= SDHCI_QUIRK_NO_MULTIBLOCK in sdhci_esdhc_imx_probe()
Dsdhci.c2981 mmc->max_blk_count = (host->quirks & SDHCI_QUIRK_NO_MULTIBLOCK) ? 1 : 65535; in sdhci_add_host()