Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/core/
Dhost.h51 return !(host->caps2 & MMC_CAP2_BOOTPART_NOACC); in mmc_boot_partition_access()
/Linux-v4.19/include/linux/mmc/
Dhost.h346 #define MMC_CAP2_BOOTPART_NOACC (1 << 0) /* Boot partition no access */ macro
/Linux-v4.19/drivers/mmc/host/
Dsdhci-pci-core.c409 slot->host->mmc->caps2 |= MMC_CAP2_BOOTPART_NOACC; in mfd_emmc_probe_slot()