Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/core/
H A Dhost.h54 return !(host->caps2 & MMC_CAP2_BOOTPART_NOACC); in mmc_boot_partition_access()
/openbmc/linux/include/linux/mmc/
H A Dhost.h396 #define MMC_CAP2_BOOTPART_NOACC (1 << 0) /* Boot partition no access */ macro
/openbmc/linux/drivers/mmc/host/
H A Dowl-mmc.c613 mmc->caps2 = (MMC_CAP2_BOOTPART_NOACC | MMC_CAP2_NO_SDIO); in owl_mmc_probe()
H A Dsdhci-pci-core.c367 slot->host->mmc->caps2 |= MMC_CAP2_BOOTPART_NOACC; in mfd_emmc_probe_slot()