Home
last modified time | relevance | path

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

12

/linux/drivers/mmc/host/
A Ddw_mmc-pci.c24 MMC_CAP_SD_HIGHSPEED | MMC_CAP_8_BIT_DATA |\
A Dsdhci-bcm-kona.c276 (host->mmc->caps & MMC_CAP_8_BIT_DATA) ? 'Y' : 'N'); in sdhci_bcm_kona_probe()
A Dsdhci-pxav2.c201 host->mmc->caps |= MMC_CAP_8_BIT_DATA; in sdhci_pxav2_probe()
A Dsdhci-pci-core.c324 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA; in mrst_hc_probe_slot()
344 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA; in pch_hc_probe_slot()
350 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE; in mfd_emmc_probe_slot()
877 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | in byt_emmc_probe_slot()
1266 MMC_CAP_8_BIT_DATA | in intel_mrfld_mmc_probe_slot()
A Dsdhci-pci-arasan.c304 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | MMC_CAP_8_BIT_DATA; in arasan_pci_probe_slot()
A Dsdhci-acpi.c418 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE |
730 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE,
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()
A Ddw_mmc-exynos.c529 MMC_CAP_1_8V_DDR | MMC_CAP_8_BIT_DATA | MMC_CAP_CMD23,
A Dsdhci-pxav3.c431 host->mmc->caps |= MMC_CAP_8_BIT_DATA; in sdhci_pxav3_probe()
A Dsdhci-s3c.c607 host->mmc->caps |= MMC_CAP_8_BIT_DATA; in sdhci_s3c_probe()
A Dmoxart-mmc.c659 mmc->caps |= MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA; in moxart_probe()
A Dsdhci-pci-o2micro.c576 host->mmc->caps |= MMC_CAP_8_BIT_DATA; in sdhci_pci_o2_probe_slot()
A Dsdhci-pci-gli.c871 host->mmc->caps |= MMC_CAP_8_BIT_DATA | in gli_probe_slot_gl9763e()
A Djz4740_mmc.c1070 (mmc->caps & MMC_CAP_8_BIT_DATA) ? 8 : in jz4740_mmc_probe()
A Dau1xmmc.c1001 mmc->caps |= MMC_CAP_8_BIT_DATA; in au1xmmc_probe()
A Ddavinci_mmc.c1167 mmc->caps |= (MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA); in mmc_davinci_parse_pdata()
A Drtsx_pci_sdmmc.c1420 mmc->caps |= MMC_CAP_8_BIT_DATA; in init_extra_caps()
A Domap_hsmmc.c1921 if (mmc->caps & MMC_CAP_8_BIT_DATA) in omap_hsmmc_probe()
A Datmel-mci.c2263 mmc->caps |= MMC_CAP_8_BIT_DATA; in atmci_init_slot()
/linux/include/linux/mmc/
A Dhost.h339 #define MMC_CAP_8_BIT_DATA (1 << 6) /* Can the host do 8 bit transfers */ macro
/linux/drivers/mmc/core/
A Dhost.c294 host->caps |= MMC_CAP_8_BIT_DATA; in mmc_of_parse()
A Dmmc.c1013 !(host->caps & (MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA))) in mmc_select_bus_width()
1016 idx = (host->caps & MMC_CAP_8_BIT_DATA) ? 0 : 1; in mmc_select_bus_width()
1358 if (!(host->caps & MMC_CAP_8_BIT_DATA)) { in mmc_select_hs400es()
/linux/arch/sh/boards/
A Dboard-sh7757lcr.c221 .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA |
/linux/drivers/staging/greybus/
A Dsdio.c66 ((r & GB_SDIO_CAP_8_BIT_DATA) ? MMC_CAP_8_BIT_DATA : 0) | in _gb_sdio_set_host_caps()
/linux/arch/sh/boards/mach-ecovec24/
A Dsetup.c993 MMC_CAP_8_BIT_DATA |

Completed in 70 milliseconds

12