Lines Matching refs:caps2
319 host->caps2 |= MMC_CAP2_CD_ACTIVE_HIGH; in mmc_of_parse()
339 host->caps2 |= MMC_CAP2_RO_ACTIVE_HIGH; in mmc_of_parse()
348 host->caps2 |= MMC_CAP2_NO_WRITE_PROTECT; in mmc_of_parse()
371 host->caps2 |= MMC_CAP2_FULL_PWR_CYCLE; in mmc_of_parse()
373 host->caps2 |= MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPEND; in mmc_of_parse()
386 host->caps2 |= MMC_CAP2_HS200_1_8V_SDR; in mmc_of_parse()
388 host->caps2 |= MMC_CAP2_HS200_1_2V_SDR; in mmc_of_parse()
390 host->caps2 |= MMC_CAP2_HS400_1_8V | MMC_CAP2_HS200_1_8V_SDR; in mmc_of_parse()
392 host->caps2 |= MMC_CAP2_HS400_1_2V | MMC_CAP2_HS200_1_2V_SDR; in mmc_of_parse()
394 host->caps2 |= MMC_CAP2_HS400_ES; in mmc_of_parse()
396 host->caps2 |= MMC_CAP2_NO_SDIO; in mmc_of_parse()
398 host->caps2 |= MMC_CAP2_NO_SD; in mmc_of_parse()
400 host->caps2 |= MMC_CAP2_NO_MMC; in mmc_of_parse()
402 host->caps2 &= ~(MMC_CAP2_HS400_1_8V | MMC_CAP2_HS400_1_2V | in mmc_of_parse()