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

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

Completed in 55 milliseconds