Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mmc/
Dhost.h277 #define MMC_CAP2_HC_ERASE_SZ (1 << 9) /* High-capacity erase size */ macro
/linux-4.4.14/drivers/mmc/host/
Dsdhci-acpi.c237 .caps2 = MMC_CAP2_HC_ERASE_SZ,
Dsdhci-pci-core.c211 MMC_CAP2_HC_ERASE_SZ; in mfd_emmc_probe_slot()
365 slot->host->mmc->caps2 |= MMC_CAP2_HC_ERASE_SZ; in byt_emmc_probe_slot()
/linux-4.4.14/drivers/mmc/core/
Dmmc.c1510 (card->ext_csd.rev >= 3 && (host->caps2 & MMC_CAP2_HC_ERASE_SZ))) { in mmc_init_card()