Home
last modified time | relevance | path

Searched refs:MMC_CAP2_HC_ERASE_SZ (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/mmc/
Dhost.h274 #define MMC_CAP2_HC_ERASE_SZ (1 << 9) /* High-capacity erase size */ macro
/linux-4.1.27/drivers/mmc/host/
Dsdhci-acpi.c207 .caps2 = MMC_CAP2_HC_ERASE_SZ,
Dsdhci-pci.c210 MMC_CAP2_HC_ERASE_SZ; in mfd_emmc_probe_slot()
275 slot->host->mmc->caps2 |= MMC_CAP2_HC_ERASE_SZ; in byt_emmc_probe_slot()
/linux-4.1.27/drivers/mmc/core/
Dmmc.c1344 (card->ext_csd.rev >= 3 && (host->caps2 & MMC_CAP2_HC_ERASE_SZ))) { in mmc_init_card()