Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-omap2/
Dhsmmc.c174 (MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA)) { in omap_hsmmc_mux()
183 MMC_CAP_8_BIT_DATA) { in omap_hsmmc_mux()
208 (MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA)) { in omap_hsmmc_mux()
217 MMC_CAP_8_BIT_DATA) { in omap_hsmmc_mux()
309 (c->caps & MMC_CAP_8_BIT_DATA)) { in omap_hsmmc_pdata_init()
310 c->caps &= ~MMC_CAP_8_BIT_DATA; in omap_hsmmc_pdata_init()
321 if (c->transceiver && (c->caps & MMC_CAP_8_BIT_DATA)) { in omap_hsmmc_pdata_init()
322 c->caps &= ~MMC_CAP_8_BIT_DATA; in omap_hsmmc_pdata_init()
Dboard-rx51-peripherals.c505 .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA,
/linux-4.4.14/drivers/mmc/host/
Ddw_mmc-pci.c28 MMC_CAP_SD_HIGHSPEED | MMC_CAP_8_BIT_DATA |\
Dsdhci-bcm-kona.c276 (host->mmc->caps & MMC_CAP_8_BIT_DATA) ? 'Y' : 'N'); in sdhci_bcm_kona_probe()
Dsdhci-pxav2.c208 host->mmc->caps |= MMC_CAP_8_BIT_DATA; in sdhci_pxav2_probe()
Dsdhci-pci-core.c114 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA; in mrst_hc_probe_slot()
134 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA; in pch_hc_probe_slot()
209 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE; in mfd_emmc_probe_slot()
362 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | in byt_emmc_probe_slot()
435 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | in intel_mrfl_mmc_probe_slot()
Dsdhci-tegra.c153 if ((host->mmc->caps & MMC_CAP_8_BIT_DATA) && in tegra_sdhci_set_bus_width()
Dsdhci-acpi.c234 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE |
Ddw_mmc-exynos.c493 MMC_CAP_1_8V_DDR | MMC_CAP_8_BIT_DATA | MMC_CAP_CMD23,
Dsdhci-pxav3.c426 host->mmc->caps |= MMC_CAP_8_BIT_DATA; in sdhci_pxav3_probe()
Dsdhci-s3c.c581 host->mmc->caps |= MMC_CAP_8_BIT_DATA; in sdhci_s3c_probe()
Dmoxart-mmc.c654 mmc->caps |= MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA; in moxart_probe()
Dsdhci-esdhc-imx.c1077 host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_4_BIT_DATA; in sdhci_esdhc_imx_probe_nondt()
Dau1xmmc.c1018 mmc->caps |= MMC_CAP_8_BIT_DATA; in au1xmmc_probe()
Ddavinci_mmc.c1314 mmc->caps |= (MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA); in davinci_mmcsd_probe()
Drtsx_pci_sdmmc.c1351 mmc->caps |= MMC_CAP_8_BIT_DATA; in init_extra_caps()
Domap_hsmmc.c2126 if (mmc->caps & MMC_CAP_8_BIT_DATA) in omap_hsmmc_probe()
/linux-4.4.14/include/linux/mmc/
Dhost.h246 #define MMC_CAP_8_BIT_DATA (1 << 6) /* Can the host do 8 bit transfers */ macro
/linux-4.4.14/drivers/mmc/core/
Dhost.c179 host->caps |= MMC_CAP_8_BIT_DATA; in mmc_of_parse()
Dmmc.c911 !(host->caps & (MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA))) in mmc_select_bus_width()
914 idx = (host->caps & MMC_CAP_8_BIT_DATA) ? 0 : 1; in mmc_select_bus_width()
/linux-4.4.14/arch/sh/boards/
Dboard-sh7757lcr.c229 .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA |
/linux-4.4.14/arch/sh/boards/mach-ecovec24/
Dsetup.c968 MMC_CAP_8_BIT_DATA |