Lines Matching refs:caps
179 host->caps |= MMC_CAP_8_BIT_DATA; in mmc_of_parse()
182 host->caps |= MMC_CAP_4_BIT_DATA; in mmc_of_parse()
209 host->caps |= MMC_CAP_NONREMOVABLE; in mmc_of_parse()
214 host->caps |= MMC_CAP_NEEDS_POLL; in mmc_of_parse()
255 host->caps |= MMC_CAP_SD_HIGHSPEED; in mmc_of_parse()
257 host->caps |= MMC_CAP_MMC_HIGHSPEED; in mmc_of_parse()
259 host->caps |= MMC_CAP_UHS_SDR12; in mmc_of_parse()
261 host->caps |= MMC_CAP_UHS_SDR25; in mmc_of_parse()
263 host->caps |= MMC_CAP_UHS_SDR50; in mmc_of_parse()
265 host->caps |= MMC_CAP_UHS_SDR104; in mmc_of_parse()
267 host->caps |= MMC_CAP_UHS_DDR50; in mmc_of_parse()
269 host->caps |= MMC_CAP_POWER_OFF_CARD; in mmc_of_parse()
271 host->caps |= MMC_CAP_HW_RESET; in mmc_of_parse()
273 host->caps |= MMC_CAP_SDIO_IRQ; in mmc_of_parse()
281 host->caps |= MMC_CAP_1_8V_DDR; in mmc_of_parse()
283 host->caps |= MMC_CAP_1_2V_DDR; in mmc_of_parse()
384 WARN_ON((host->caps & MMC_CAP_SDIO_IRQ) && in mmc_add_host()