Home
last modified time | relevance | path

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

12

/external/u-boot/drivers/mmc/
Dmmc.c908 mmc->card_caps |= MMC_MODE_4BIT | MMC_MODE_8BIT; in mmc_get_capabilities()
1301 mmc->card_caps |= MMC_MODE_4BIT; in sd_get_capabilities()
1524 if (cap == MMC_MODE_4BIT) in bus_width()
1599 if (caps & MMC_MODE_4BIT) in mmc_dump_capabilities()
1658 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1664 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1668 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1672 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1677 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1682 .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)
Dfsl_esdhc.c795 mmc_cfg->host_caps |= MMC_MODE_1BIT | MMC_MODE_4BIT | in fsl_esdhc_initialize()
798 mmc_cfg->host_caps |= MMC_MODE_1BIT | MMC_MODE_4BIT; in fsl_esdhc_initialize()
802 mmc_cfg->host_caps |= MMC_MODE_1BIT | MMC_MODE_4BIT | in fsl_esdhc_initialize()
Dftsdc010_mci.c381 cfg->host_caps &= ~MMC_MODE_4BIT; in ftsdc_setup_cfg()
383 cfg->host_caps |= MMC_MODE_4BIT; in ftsdc_setup_cfg()
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()
Dgen_atmel_mci.c495 cfg->host_caps |= MMC_MODE_4BIT;
545 cfg->host_caps |= MMC_MODE_4BIT;
Ddw_mmc.c598 cfg->host_caps &= ~MMC_MODE_4BIT;
600 cfg->host_caps |= MMC_MODE_4BIT;
Dfsl_esdhc_imx.c1252 cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT; in fsl_esdhc_init()
1254 cfg->host_caps = MMC_MODE_4BIT; in fsl_esdhc_init()
1256 cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT; in fsl_esdhc_init()
1265 cfg->host_caps &= ~MMC_MODE_4BIT; in fsl_esdhc_init()
Dmxsmmc.c196 priv->cfg.host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT | in mxsmmc_initialize()
620 plat->cfg.host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT |
Dsunxi_mmc.c530 cfg->host_caps = MMC_MODE_4BIT; in sunxi_mmc_init()
626 cfg->host_caps |= MMC_MODE_4BIT; in sunxi_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()
Dbcm2835_sdhost.c644 ((host->mmc->card_caps & MMC_MODE_4BIT) ? 8 : 32); in bcm2835_set_clock()
741 cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_HS | MMC_MODE_HS_52MHz; in bcm2835_add_host()
Dmeson_gx_mmc.c252 cfg->host_caps = MMC_MODE_8BIT | MMC_MODE_4BIT | in meson_mmc_probe()
Dmvebu_mmc.c423 .host_caps = MMC_MODE_4BIT | MMC_MODE_HS |
Dmmc-uclass.c150 cfg->host_caps |= MMC_MODE_4BIT; in mmc_of_parse()
Dxenon_sdhci.c415 host->host_caps |= MMC_MODE_4BIT; in xenon_sdhci_probe()
Dmxcmmc.c502 .host_caps = MMC_MODE_4BIT,
Djz_mmc.c397 .host_caps = MMC_MODE_4BIT | MMC_MODE_HS_52MHz | MMC_MODE_HS,
Ddavinci_mmc.c497 cfg->host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
Darm_pl180_mmci.c468 cfg->host_caps |= MMC_MODE_4BIT; in arm_pl180_mmc_probe()
Dtegra_mmc.c606 cfg->host_caps |= MMC_MODE_4BIT; in tegra_mmc_probe()
Dstm32_sdmmc2.c687 cfg->host_caps |= MMC_MODE_4BIT; in stm32_sdmmc2_probe()
/external/u-boot/board/davinci/da8xxevm/
Domapl138_lcdk.c343 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
/external/u-boot/include/
Dmmc.h75 #define MMC_MODE_4BIT BIT(29) macro
/external/u-boot/board/ti/am335x/
Dboard.c964 .cfg.host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS | MMC_MODE_4BIT,

12