Searched refs:MMC_CAP_NONREMOVABLE (Results 1 - 11 of 11) sorted by relevance

/u-boot/drivers/mmc/
H A Dbcmstb_sdhci.c68 if ((host->mmc->host_caps & MMC_CAP_NONREMOVABLE) ||
H A Dpci_mmc.c50 desc->removable = !(plat->cfg.host_caps & MMC_CAP_NONREMOVABLE);
H A Df_sdh30.c48 if (plat->cfg.host_caps & MMC_CAP_NONREMOVABLE)
H A Datmel_sdhci.c65 if ((host->mmc->cfg->host_caps & MMC_CAP_NONREMOVABLE)
H A Dsandbox_mmc.c161 blk->removable = !(cfg->host_caps & MMC_CAP_NONREMOVABLE);
H A Dfsl_esdhc_imx.c1479 plat->cfg.host_caps |= MMC_CAP_NONREMOVABLE;
1481 plat->cfg.host_caps &= ~MMC_CAP_NONREMOVABLE;
1572 if (plat->cfg.host_caps & MMC_CAP_NONREMOVABLE)
H A Dmmc-uclass.c269 cfg->host_caps |= MMC_CAP_NONREMOVABLE;
H A Dsunxi_mmc.c600 if ((mmc->cfg->host_caps & MMC_CAP_NONREMOVABLE) ||
H A Dsdhci.c791 if (mmc->cfg->host_caps & MMC_CAP_NONREMOVABLE)
H A Dfsl_esdhc.c1073 if (plat->cfg.host_caps & MMC_CAP_NONREMOVABLE)
/u-boot/include/
H A Dmmc.h67 #define MMC_CAP_NONREMOVABLE BIT(14) macro

Completed in 156 milliseconds