Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-npcm.c57 host->mmc->caps |= MMC_CAP_8_BIT_DATA; in npcm_sdhci_probe()
H A Ddw_mmc-pci.c24 MMC_CAP_SD_HIGHSPEED | MMC_CAP_8_BIT_DATA |\
H A Dsdhci-bcm-kona.c265 (host->mmc->caps & MMC_CAP_8_BIT_DATA) ? 'Y' : 'N'); in sdhci_bcm_kona_probe()
H A Dsdhci-pci-core.c341 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA; in mrst_hc_probe_slot()
361 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA; in pch_hc_probe_slot()
367 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE; in mfd_emmc_probe_slot()
894 slot->host->mmc->caps |= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE | in byt_emmc_probe_slot()
1310 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 Dsdhci-acpi.c357 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE |
669 .caps = MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE,
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-cadence.c398 host->mmc->caps |= MMC_CAP_1_8V_DDR | MMC_CAP_8_BIT_DATA; in elba_drv_init()
H A Dsdhci-pxav3.c429 host->mmc->caps |= MMC_CAP_8_BIT_DATA; in sdhci_pxav3_probe()
H A Dlitex_mmc.c611 mmc->caps &= ~MMC_CAP_8_BIT_DATA; in litex_mmc_probe()
H A Ddw_mmc-exynos.c596 MMC_CAP_1_8V_DDR | MMC_CAP_8_BIT_DATA,
H A Dsdhci-s3c.c606 host->mmc->caps |= MMC_CAP_8_BIT_DATA; in sdhci_s3c_probe()
H A Dsdhci-pci-o2micro.c744 host->mmc->caps |= MMC_CAP_8_BIT_DATA; in sdhci_pci_o2_probe_slot()
H A Djz4740_mmc.c1150 (mmc->caps & MMC_CAP_8_BIT_DATA) ? 8 : in jz4740_mmc_probe()
H A Dau1xmmc.c1003 mmc->caps |= MMC_CAP_8_BIT_DATA; in au1xmmc_probe()
H A Ddavinci_mmc.c1166 mmc->caps |= (MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA); in mmc_davinci_parse_pdata()
H A Dsdhci-of-arasan.c1778 !!(host->mmc->caps & MMC_CAP_8_BIT_DATA)); in sdhci_zynqmp_set_dynamic_config()
/openbmc/u-boot/include/
H A Dmvebu_mmc.h228 #define MMC_CAP_8_BIT_DATA (1 << 6) macro
/openbmc/linux/drivers/mmc/core/
H A Dhost.c293 host->caps |= MMC_CAP_8_BIT_DATA; in mmc_of_parse()
627 !(caps & MMC_CAP_8_BIT_DATA) && !(caps2 & MMC_CAP2_NO_MMC)) { in mmc_validate_host_caps()
H A Dmmc.c1022 !(host->caps & (MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA))) in mmc_select_bus_width()
1025 idx = (host->caps & MMC_CAP_8_BIT_DATA) ? 0 : 1; in mmc_select_bus_width()
/openbmc/linux/include/linux/mmc/
H A Dhost.h364 #define MMC_CAP_8_BIT_DATA (1 << 6) /* Can the host do 8 bit transfers */ macro
/openbmc/linux/arch/sh/boards/
H A Dboard-sh7757lcr.c221 .caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA |
/openbmc/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()
/openbmc/linux/arch/sh/boards/mach-ecovec24/
H A Dsetup.c993 MMC_CAP_8_BIT_DATA |

12