Home
last modified time | relevance | path

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

12

/external/u-boot/drivers/mmc/
Dmmc.c817 mmc->card_caps |= MMC_MODE_4BIT | MMC_MODE_8BIT; in mmc_get_capabilities()
1228 mmc->card_caps |= MMC_MODE_4BIT; in sd_get_capabilities()
1447 if (cap == MMC_MODE_4BIT) in bus_width()
1516 if (caps & MMC_MODE_4BIT) in mmc_dump_capabilities()
1575 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1581 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1585 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1589 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1594 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1599 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
[all …]
Dpxa_mmc_gen.c27 #define PXAMMC_HOST_CAPS (MMC_MODE_4BIT)
32 #define PXAMMC_HOST_CAPS (MMC_MODE_4BIT | MMC_MODE_HS)
Dftsdc010_mci.c381 cfg->host_caps &= ~MMC_MODE_4BIT; in ftsdc_setup_cfg()
383 cfg->host_caps |= MMC_MODE_4BIT; in ftsdc_setup_cfg()
Ddw_mmc.c505 cfg->host_caps &= ~MMC_MODE_4BIT;
507 cfg->host_caps |= MMC_MODE_4BIT;
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()
Dfsl_esdhc.c1155 cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT; in fsl_esdhc_init()
1157 cfg->host_caps = MMC_MODE_4BIT; in fsl_esdhc_init()
1159 cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT; in fsl_esdhc_init()
1168 cfg->host_caps &= ~MMC_MODE_4BIT; in fsl_esdhc_init()
Dgen_atmel_mci.c495 cfg->host_caps |= MMC_MODE_4BIT;
545 cfg->host_caps |= MMC_MODE_4BIT;
Dsunxi_mmc.c496 cfg->host_caps = MMC_MODE_4BIT; in sunxi_mmc_init()
584 cfg->host_caps |= MMC_MODE_4BIT; in sunxi_mmc_probe()
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()
Dmeson_gx_mmc.c245 cfg->host_caps = MMC_MODE_8BIT | MMC_MODE_4BIT | in meson_mmc_probe()
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()
Dmvebu_mmc.c423 .host_caps = MMC_MODE_4BIT | MMC_MODE_HS |
Dmmc-uclass.c134 cfg->host_caps |= MMC_MODE_4BIT; in mmc_of_parse()
Dmxsmmc.c408 priv->cfg.host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT | in mxsmmc_initialize()
Dxenon_sdhci.c413 host->host_caps |= MMC_MODE_4BIT; in xenon_sdhci_probe()
Dmxcmmc.c501 .host_caps = MMC_MODE_4BIT,
Darm_pl180_mmci.c444 host->caps |= MMC_MODE_4BIT; in arm_pl180_mmc_probe()
Dstm32_sdmmc2.c570 cfg->host_caps |= MMC_MODE_4BIT; in stm32_sdmmc2_probe()
Dtegra_mmc.c606 cfg->host_caps |= MMC_MODE_4BIT; in tegra_mmc_probe()
Dsdhci.c631 cfg->host_caps |= MMC_MODE_HS | MMC_MODE_HS_52MHz | MMC_MODE_4BIT;
/external/u-boot/board/lego/ev3/
Dlegoev3.c44 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
/external/u-boot/board/davinci/da8xxevm/
Domapl138_lcdk.c359 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
Dda850evm.c210 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
/external/u-boot/include/
Dmmc.h69 #define MMC_MODE_4BIT BIT(29) macro
/external/u-boot/board/ti/am335x/
Dboard.c968 .cfg.host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS | MMC_MODE_4BIT,

12