Home
last modified time | relevance | path

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

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