Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dsdhci.h376 #define SDHCI_QUIRK_NO_MULTIBLOCK (1<<21) macro
Dsdhci-esdhc-imx.c1244 host->quirks |= SDHCI_QUIRK_NO_MULTIBLOCK in sdhci_esdhc_imx_probe()
Dsdhci.c3552 mmc->max_blk_count = (host->quirks & SDHCI_QUIRK_NO_MULTIBLOCK) ? 1 : 65535; in sdhci_setup_host()