Home
last modified time | relevance | path

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

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