Lines Matching refs:host_caps
752 if (mmc->cfg->host_caps & MMC_CAP_NONREMOVABLE)
755 if (mmc->cfg->host_caps & MMC_CAP_NEEDS_POLL)
761 if (mmc->cfg->host_caps & MMC_CAP_CD_ACTIVE_HIGH)
769 if (mmc->cfg->host_caps & MMC_CAP_CD_ACTIVE_HIGH)
899 cfg->host_caps |= MMC_MODE_HS | MMC_MODE_HS_52MHz;
901 cfg->host_caps |= MMC_MODE_4BIT;
906 cfg->host_caps &= ~MMC_MODE_8BIT;
910 cfg->host_caps &= ~MMC_MODE_HS;
911 cfg->host_caps &= ~MMC_MODE_HS_52MHz;
921 cfg->host_caps |= MMC_CAP(UHS_SDR12) | MMC_CAP(UHS_SDR25);
924 cfg->host_caps |= MMC_CAP(UHS_SDR104) | MMC_CAP(UHS_SDR50);
929 cfg->host_caps |= MMC_CAP(MMC_HS_200);
931 cfg->host_caps |= MMC_CAP(UHS_SDR50);
935 cfg->host_caps |= MMC_CAP(UHS_DDR50);
937 if (host->host_caps)
938 cfg->host_caps |= host->host_caps;