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

/u-boot/drivers/mmc/
H A Dbcmstb_sdhci.c69 if ((host->mmc->host_caps & MMC_CAP_NONREMOVABLE) ||
H A Datmel_sdhci.c66 if ((host->mmc->cfg->host_caps & MMC_CAP_NONREMOVABLE)
H A Df_sdh30.c49 if (plat->cfg.host_caps & MMC_CAP_NONREMOVABLE)
H A Dpci_mmc.c51 desc->removable = !(plat->cfg.host_caps & MMC_CAP_NONREMOVABLE);
H A Dsandbox_mmc.c162 blk->removable = !(cfg->host_caps & MMC_CAP_NONREMOVABLE);
H A Dfsl_esdhc_imx.c1480 plat->cfg.host_caps |= MMC_CAP_NONREMOVABLE;
1482 plat->cfg.host_caps &= ~MMC_CAP_NONREMOVABLE;
1573 if (plat->cfg.host_caps & MMC_CAP_NONREMOVABLE)
H A Dmmc-uclass.c270 cfg->host_caps |= MMC_CAP_NONREMOVABLE;
H A Dsunxi_mmc.c601 if ((mmc->cfg->host_caps & MMC_CAP_NONREMOVABLE) ||
H A Dfsl_esdhc.c1074 if (plat->cfg.host_caps & MMC_CAP_NONREMOVABLE)
H A Dsdhci.c791 if (mmc->cfg->host_caps & MMC_CAP_NONREMOVABLE)
/u-boot/include/
H A Dmmc.h74 #define MMC_CAP_NONREMOVABLE BIT(14) macro

Completed in 89 milliseconds