Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mmc/host/
Ddw_mmc-pci.c24 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.c201 host->mmc->caps |= MMC_CAP_8_BIT_DATA; in sdhci_pxav2_probe()
Dsdhci-pci-core.c316 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA; in mrst_hc_probe_slot()
336 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA; in pch_hc_probe_slot()
409 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE; in mfd_emmc_probe_slot()
773 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | in byt_emmc_probe_slot()
1133 MMC_CAP_8_BIT_DATA | in intel_mrfld_mmc_probe_slot()
Dsdhci-pci-arasan.c304 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | MMC_CAP_8_BIT_DATA; in arasan_pci_probe_slot()
Dsdhci-acpi.c423 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE |
606 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE,
Dcavium.c986 if (!(mmc->caps & (MMC_CAP_8_BIT_DATA | MMC_CAP_4_BIT_DATA))) { in cvm_mmc_of_parse()
989 mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_4_BIT_DATA; in cvm_mmc_of_parse()
Ddw_mmc-exynos.c513 MMC_CAP_1_8V_DDR | MMC_CAP_8_BIT_DATA | MMC_CAP_CMD23,
Dsdhci-pxav3.c431 host->mmc->caps |= MMC_CAP_8_BIT_DATA; in sdhci_pxav3_probe()
Dsdhci-s3c.c611 host->mmc->caps |= MMC_CAP_8_BIT_DATA; in sdhci_s3c_probe()
Dsdhci-pci-o2micro.c531 host->mmc->caps |= MMC_CAP_8_BIT_DATA; in sdhci_pci_o2_probe_slot()
Dmoxart-mmc.c653 mmc->caps |= MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA; in moxart_probe()
Dau1xmmc.c1020 mmc->caps |= MMC_CAP_8_BIT_DATA; in au1xmmc_probe()
Ddavinci_mmc.c1167 mmc->caps |= (MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA); in mmc_davinci_parse_pdata()
Drtsx_pci_sdmmc.c1335 mmc->caps |= MMC_CAP_8_BIT_DATA; in init_extra_caps()
Dsdhci-esdhc-imx.c1419 host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_4_BIT_DATA; in sdhci_esdhc_imx_probe_nondt()
Domap_hsmmc.c1907 if (mmc->caps & MMC_CAP_8_BIT_DATA) in omap_hsmmc_probe()
Datmel-mci.c2257 mmc->caps |= MMC_CAP_8_BIT_DATA; in atmci_init_slot()
Dsdhci.c1851 if (host->mmc->caps & MMC_CAP_8_BIT_DATA) in sdhci_set_bus_width()
/Linux-v5.4/drivers/mmc/core/
Dhost.c193 host->caps |= MMC_CAP_8_BIT_DATA; in mmc_of_parse()
Dmmc.c998 !(host->caps & (MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA))) in mmc_select_bus_width()
1001 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()
/Linux-v5.4/include/linux/mmc/
Dhost.h317 #define MMC_CAP_8_BIT_DATA (1 << 6) /* Can the host do 8 bit transfers */ macro
/Linux-v5.4/arch/sh/boards/
Dboard-sh7757lcr.c221 .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA |
/Linux-v5.4/drivers/staging/greybus/
Dsdio.c67 ((r & GB_SDIO_CAP_8_BIT_DATA) ? MMC_CAP_8_BIT_DATA : 0) | in _gb_sdio_set_host_caps()
/Linux-v5.4/arch/sh/boards/mach-ecovec24/
Dsetup.c980 MMC_CAP_8_BIT_DATA |