Home
last modified time | relevance | path

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

12

/openbmc/u-boot/drivers/mmc/
H A Dmmc.c851 mmc->card_caps |= MMC_MODE_4BIT | MMC_MODE_8BIT; in mmc_get_capabilities()
1268 mmc->card_caps |= MMC_MODE_4BIT; in sd_get_capabilities()
1491 if (cap == MMC_MODE_4BIT) in bus_width()
1560 if (caps & MMC_MODE_4BIT) in mmc_dump_capabilities()
1619 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1625 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1629 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1633 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1638 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1643 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
[all …]
H A Dpxa_mmc_gen.c27 #define PXAMMC_HOST_CAPS (MMC_MODE_4BIT)
32 #define PXAMMC_HOST_CAPS (MMC_MODE_4BIT | MMC_MODE_HS)
H A Dftsdc010_mci.c381 cfg->host_caps &= ~MMC_MODE_4BIT; in ftsdc_setup_cfg()
383 cfg->host_caps |= MMC_MODE_4BIT; in ftsdc_setup_cfg()
H A Dsh_sdhi.c734 .host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT | MMC_MODE_HS |
746 .host_caps = MMC_MODE_4BIT | MMC_MODE_HS,
868 plat->cfg.host_caps |= MMC_MODE_4BIT; in sh_sdhi_dm_probe()
H A Ddw_mmc.c556 cfg->host_caps &= ~MMC_MODE_4BIT;
558 cfg->host_caps |= MMC_MODE_4BIT;
H A Dgen_atmel_mci.c495 cfg->host_caps |= MMC_MODE_4BIT;
545 cfg->host_caps |= MMC_MODE_4BIT;
H A Dfsl_esdhc.c1238 cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT; in fsl_esdhc_init()
1240 cfg->host_caps = MMC_MODE_4BIT; in fsl_esdhc_init()
1242 cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT; in fsl_esdhc_init()
1251 cfg->host_caps &= ~MMC_MODE_4BIT; in fsl_esdhc_init()
H A Dsunxi_mmc.c530 cfg->host_caps = MMC_MODE_4BIT; in sunxi_mmc_init()
626 cfg->host_caps |= MMC_MODE_4BIT; in sunxi_mmc_probe()
H A Dbcm2835_sdhost.c642 ((host->mmc->card_caps & MMC_MODE_4BIT) ? 8 : 32); in bcm2835_set_clock()
739 cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_HS | MMC_MODE_HS_52MHz; in bcm2835_add_host()
H A Dmeson_gx_mmc.c245 cfg->host_caps = MMC_MODE_8BIT | MMC_MODE_4BIT | in meson_mmc_probe()
H A Dsh_mmcif.c605 .host_caps = MMC_MODE_HS | MMC_MODE_HS_52MHz | MMC_MODE_4BIT |
710 plat->cfg.host_caps |= MMC_MODE_4BIT; in sh_mmcif_dm_probe()
H A Dmvebu_mmc.c423 .host_caps = MMC_MODE_4BIT | MMC_MODE_HS |
H A Dmmc-uclass.c134 cfg->host_caps |= MMC_MODE_4BIT; in mmc_of_parse()
H A Dmxsmmc.c408 priv->cfg.host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT | in mxsmmc_initialize()
H A Dxenon_sdhci.c413 host->host_caps |= MMC_MODE_4BIT; in xenon_sdhci_probe()
H A Dmxcmmc.c501 .host_caps = MMC_MODE_4BIT,
H A Djz_mmc.c397 .host_caps = MMC_MODE_4BIT | MMC_MODE_HS_52MHz | MMC_MODE_HS,
H A Ddavinci_mmc.c502 cfg->host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
H A Darm_pl180_mmci.c459 cfg->host_caps |= MMC_MODE_4BIT; in arm_pl180_mmc_probe()
H A Dtegra_mmc.c606 cfg->host_caps |= MMC_MODE_4BIT; in tegra_mmc_probe()
H A Dstm32_sdmmc2.c624 cfg->host_caps |= MMC_MODE_4BIT; in stm32_sdmmc2_probe()
/openbmc/u-boot/board/lego/ev3/
H A Dlegoev3.c44 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
/openbmc/u-boot/board/davinci/da8xxevm/
H A Domapl138_lcdk.c360 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
H A Dda850evm.c238 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
/openbmc/u-boot/include/
H A Dmmc.h70 #define MMC_MODE_4BIT BIT(29) macro

12