Lines Matching refs:host_caps
212 cfg->host_caps |= MMC_MODE_8BIT; in mmc_of_parse()
215 cfg->host_caps |= MMC_MODE_4BIT; in mmc_of_parse()
218 cfg->host_caps |= MMC_MODE_1BIT; in mmc_of_parse()
229 cfg->host_caps |= MMC_CAP(SD_HS); in mmc_of_parse()
231 cfg->host_caps |= MMC_CAP(MMC_HS) | MMC_CAP(MMC_HS_52); in mmc_of_parse()
233 cfg->host_caps |= MMC_CAP(UHS_SDR12); in mmc_of_parse()
235 cfg->host_caps |= MMC_CAP(UHS_SDR25); in mmc_of_parse()
237 cfg->host_caps |= MMC_CAP(UHS_SDR50); in mmc_of_parse()
239 cfg->host_caps |= MMC_CAP(UHS_SDR104); in mmc_of_parse()
241 cfg->host_caps |= MMC_CAP(UHS_DDR50); in mmc_of_parse()
243 cfg->host_caps |= MMC_CAP(MMC_DDR_52); in mmc_of_parse()
245 cfg->host_caps |= MMC_CAP(MMC_DDR_52); in mmc_of_parse()
247 cfg->host_caps |= MMC_CAP(MMC_HS_200); in mmc_of_parse()
249 cfg->host_caps |= MMC_CAP(MMC_HS_200); in mmc_of_parse()
251 cfg->host_caps |= MMC_CAP(MMC_HS_400); in mmc_of_parse()
253 cfg->host_caps |= MMC_CAP(MMC_HS_400); in mmc_of_parse()
255 cfg->host_caps |= MMC_CAP(MMC_HS_400_ES); in mmc_of_parse()
258 cfg->host_caps |= MMC_CAP_NONREMOVABLE; in mmc_of_parse()
261 cfg->host_caps |= MMC_CAP_CD_ACTIVE_HIGH; in mmc_of_parse()
263 cfg->host_caps |= MMC_CAP_NEEDS_POLL; in mmc_of_parse()
267 cfg->host_caps &= ~(UHS_CAPS | MMC_MODE_HS200 | in mmc_of_parse()