Searched refs:MMC_CAP_8_BIT_DATA (Results 1 – 23 of 23) sorted by relevance
28 MMC_CAP_SD_HIGHSPEED | MMC_CAP_8_BIT_DATA |\
278 (host->mmc->caps & MMC_CAP_8_BIT_DATA) ? 'Y' : 'N'); in sdhci_bcm_kona_probe()
211 host->mmc->caps |= MMC_CAP_8_BIT_DATA; in sdhci_pxav2_probe()
315 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA; in mrst_hc_probe_slot()335 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA; in pch_hc_probe_slot()408 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE; in mfd_emmc_probe_slot()719 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | in byt_emmc_probe_slot()957 MMC_CAP_8_BIT_DATA | in intel_mrfld_mmc_probe_slot()
435 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE |555 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE,
304 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | MMC_CAP_8_BIT_DATA; in arasan_pci_probe_slot()
985 if (!(mmc->caps & (MMC_CAP_8_BIT_DATA | MMC_CAP_4_BIT_DATA))) { in cvm_mmc_of_parse()988 mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_4_BIT_DATA; in cvm_mmc_of_parse()
506 MMC_CAP_1_8V_DDR | MMC_CAP_8_BIT_DATA | MMC_CAP_CMD23,
443 host->mmc->caps |= MMC_CAP_8_BIT_DATA; in sdhci_pxav3_probe()
616 host->mmc->caps |= MMC_CAP_8_BIT_DATA; in sdhci_s3c_probe()
653 mmc->caps |= MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA; in moxart_probe()
1022 mmc->caps |= MMC_CAP_8_BIT_DATA; in au1xmmc_probe()
1180 mmc->caps |= (MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA); in mmc_davinci_parse_pdata()
1236 host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_4_BIT_DATA; in sdhci_esdhc_imx_probe_nondt()
1347 mmc->caps |= MMC_CAP_8_BIT_DATA; in init_extra_caps()
2075 if (mmc->caps & MMC_CAP_8_BIT_DATA) in omap_hsmmc_probe()
1682 if (host->mmc->caps & MMC_CAP_8_BIT_DATA) in sdhci_set_bus_width()
196 host->caps |= MMC_CAP_8_BIT_DATA; in mmc_of_parse()
1001 !(host->caps & (MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA))) in mmc_select_bus_width()1004 idx = (host->caps & MMC_CAP_8_BIT_DATA) ? 0 : 1; in mmc_select_bus_width()1335 if (!(host->caps & MMC_CAP_8_BIT_DATA)) { in mmc_select_hs400es()
316 #define MMC_CAP_8_BIT_DATA (1 << 6) /* Can the host do 8 bit transfers */ macro
224 .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA |
67 ((r & GB_SDIO_CAP_8_BIT_DATA) ? MMC_CAP_8_BIT_DATA : 0) | in _gb_sdio_set_host_caps()
936 MMC_CAP_8_BIT_DATA |