Home
last modified time | relevance | path

Searched refs:SDHCI_QUIRK_NO_MULTIBLOCK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci.h412 #define SDHCI_QUIRK_NO_MULTIBLOCK (1<<21) macro
H A Dsdhci.c4705 mmc->max_blk_count = (host->quirks & SDHCI_QUIRK_NO_MULTIBLOCK) ? 1 : 65535; in sdhci_setup_host()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci.h422 #define SDHCI_QUIRK_NO_MULTIBLOCK (1<<21) macro
H A Dsdhci.c4748 mmc->max_blk_count = (host->quirks & SDHCI_QUIRK_NO_MULTIBLOCK) ? 1 : 65535; in sdhci_setup_host()

Completed in 14 milliseconds