Home
last modified time | relevance | path

Searched refs:MMC_CAP_8_BIT_DATA (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/mmc/host/
H A Ddw_mmc-pci.c24 MMC_CAP_SD_HIGHSPEED | MMC_CAP_8_BIT_DATA |\
H A Dsdhci-pci-core.c342 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA; in mrst_hc_probe_slot()
362 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA; in pch_hc_probe_slot()
368 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE; in mfd_emmc_probe_slot()
896 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | in byt_emmc_probe_slot()
1312 MMC_CAP_8_BIT_DATA | in intel_mrfld_mmc_probe_slot()
H A Dsdhci-pci-arasan.c304 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | MMC_CAP_8_BIT_DATA; in arasan_pci_probe_slot()
H A Dsdhci-pxav2.c307 host->mmc->caps |= MMC_CAP_8_BIT_DATA; in sdhci_pxav2_probe()
H A Dcavium.c984 if (!(mmc->caps & (MMC_CAP_8_BIT_DATA | MMC_CAP_4_BIT_DATA))) { in cvm_mmc_of_parse()
987 mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_4_BIT_DATA; in cvm_mmc_of_parse()
H A Dsdhci-pci-o2micro.c744 host->mmc->caps |= MMC_CAP_8_BIT_DATA; in sdhci_pci_o2_probe_slot()
H A Datmel-mci.c2285 mmc->caps |= MMC_CAP_8_BIT_DATA; in atmci_init_slot()
/linux/arch/sh/boards/
H A Dboard-sh7757lcr.c221 .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA |
/linux/drivers/staging/greybus/
H A Dsdio.c66 ((r & GB_SDIO_CAP_8_BIT_DATA) ? MMC_CAP_8_BIT_DATA : 0) | in _gb_sdio_set_host_caps()
/linux/drivers/mmc/core/
H A Dmmc.c1016 !(host->caps & (MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA))) in mmc_select_bus_width()
1019 idx = (host->caps & MMC_CAP_8_BIT_DATA) ? 0 : 1; in mmc_select_bus_width()
/linux/arch/sh/boards/mach-ecovec24/
H A Dsetup.c993 MMC_CAP_8_BIT_DATA |