Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dsdhci-npcm.c56 host->mmc->caps |= MMC_CAP_8_BIT_DATA; in npcm_sdhci_probe()
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-arasan.c304 slot->host->mmc->caps |= MMC_CAP_NONREMOVABLE | MMC_CAP_8_BIT_DATA; in arasan_pci_probe_slot()
H A Dsdhci-pxav2.c301 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 Ddavinci_mmc.c1161 mmc->caps |= (MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA); in mmc_davinci_parse_pdata()
1316 if (mmc->caps & MMC_CAP_8_BIT_DATA) in davinci_mmcsd_probe()
H A Dsdhci-pxav3.c459 host->mmc->caps |= MMC_CAP_8_BIT_DATA; in sdhci_pxav3_probe()
H A Dsdhci-cadence.c458 host->mmc->caps |= MMC_CAP_1_8V_DDR | MMC_CAP_8_BIT_DATA; in elba_drv_init()
H A Dlitex_mmc.c601 mmc->caps &= ~MMC_CAP_8_BIT_DATA; in litex_mmc_probe()
H A Dsdhci-s3c.c613 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 Dau1xmmc.c1003 mmc->caps |= MMC_CAP_8_BIT_DATA; in au1xmmc_probe()
H A Domap_hsmmc.c1880 if (mmc->caps & MMC_CAP_8_BIT_DATA) in omap_hsmmc_probe()
H A Dsdhci-pci-gli.c1989 host->mmc->caps |= MMC_CAP_8_BIT_DATA | in gli_probe_slot_gl9763e()
/linux/drivers/mmc/core/
H A Ddebugfs.c320 MMC_CAP_8_BIT_DATA | in mmc_caps_set()
/linux/include/linux/mmc/
H A Dhost.h399 #define MMC_CAP_8_BIT_DATA (1 << 6) /* Can the host do 8 bit transfers */ macro
/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/arch/sh/boards/mach-ecovec24/
H A Dsetup.c994 MMC_CAP_8_BIT_DATA |