Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dsdhci.h363 #define SDHCI_QUIRK_NO_MULTIBLOCK (1<<21) macro
Dsdhci-esdhc-imx.c993 host->quirks |= SDHCI_QUIRK_NO_MULTIBLOCK in sdhci_esdhc_imx_probe()
Dsdhci.c3402 mmc->max_blk_count = (host->quirks & SDHCI_QUIRK_NO_MULTIBLOCK) ? 1 : 65535; in sdhci_add_host()