Home
last modified time | relevance | path

Searched refs:MMC_CAP2_BOOTPART_NOACC (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/mmc/
Dhost.h268 #define MMC_CAP2_BOOTPART_NOACC (1 << 0) /* Boot partition no access */ macro
453 return !(host->caps2 & MMC_CAP2_BOOTPART_NOACC); in mmc_boot_partition_access()
/linux-4.1.27/drivers/mmc/host/
Dsdhci-pci.c209 slot->host->mmc->caps2 |= MMC_CAP2_BOOTPART_NOACC | in mfd_emmc_probe_slot()