Lines Matching refs:caps
335 host->caps |= MMC_CAP_8_BIT_DATA; in mmc_of_parse()
338 host->caps |= MMC_CAP_4_BIT_DATA; in mmc_of_parse()
365 host->caps |= MMC_CAP_NONREMOVABLE; in mmc_of_parse()
370 host->caps |= MMC_CAP_NEEDS_POLL; in mmc_of_parse()
408 host->caps |= MMC_CAP_SD_HIGHSPEED; in mmc_of_parse()
410 host->caps |= MMC_CAP_MMC_HIGHSPEED; in mmc_of_parse()
412 host->caps |= MMC_CAP_UHS_SDR12; in mmc_of_parse()
414 host->caps |= MMC_CAP_UHS_SDR25; in mmc_of_parse()
416 host->caps |= MMC_CAP_UHS_SDR50; in mmc_of_parse()
418 host->caps |= MMC_CAP_UHS_SDR104; in mmc_of_parse()
420 host->caps |= MMC_CAP_UHS_DDR50; in mmc_of_parse()
422 host->caps |= MMC_CAP_POWER_OFF_CARD; in mmc_of_parse()
424 host->caps |= MMC_CAP_SDIO_IRQ; in mmc_of_parse()
432 host->caps |= MMC_CAP_1_8V_DDR; in mmc_of_parse()
434 host->caps |= MMC_CAP_1_2V_DDR; in mmc_of_parse()
536 WARN_ON((host->caps & MMC_CAP_SDIO_IRQ) && in mmc_add_host()