Searched refs:MMC_MODE_4BIT (Results 1 – 25 of 27) sorted by relevance
12
/external/u-boot/drivers/mmc/ |
D | mmc.c | 908 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 …]
|
D | pxa_mmc_gen.c | 27 #define PXAMMC_HOST_CAPS (MMC_MODE_4BIT) 32 #define PXAMMC_HOST_CAPS (MMC_MODE_4BIT | MMC_MODE_HS)
|
D | fsl_esdhc.c | 795 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()
|
D | ftsdc010_mci.c | 381 cfg->host_caps &= ~MMC_MODE_4BIT; in ftsdc_setup_cfg() 383 cfg->host_caps |= MMC_MODE_4BIT; in ftsdc_setup_cfg()
|
D | sh_sdhi.c | 734 .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()
|
D | gen_atmel_mci.c | 495 cfg->host_caps |= MMC_MODE_4BIT; 545 cfg->host_caps |= MMC_MODE_4BIT;
|
D | dw_mmc.c | 598 cfg->host_caps &= ~MMC_MODE_4BIT; 600 cfg->host_caps |= MMC_MODE_4BIT;
|
D | fsl_esdhc_imx.c | 1252 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()
|
D | mxsmmc.c | 196 priv->cfg.host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT | in mxsmmc_initialize() 620 plat->cfg.host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT |
|
D | sunxi_mmc.c | 530 cfg->host_caps = MMC_MODE_4BIT; in sunxi_mmc_init() 626 cfg->host_caps |= MMC_MODE_4BIT; in sunxi_mmc_probe()
|
D | sh_mmcif.c | 605 .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()
|
D | bcm2835_sdhost.c | 644 ((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()
|
D | meson_gx_mmc.c | 252 cfg->host_caps = MMC_MODE_8BIT | MMC_MODE_4BIT | in meson_mmc_probe()
|
D | mvebu_mmc.c | 423 .host_caps = MMC_MODE_4BIT | MMC_MODE_HS |
|
D | mmc-uclass.c | 150 cfg->host_caps |= MMC_MODE_4BIT; in mmc_of_parse()
|
D | xenon_sdhci.c | 415 host->host_caps |= MMC_MODE_4BIT; in xenon_sdhci_probe()
|
D | mxcmmc.c | 502 .host_caps = MMC_MODE_4BIT,
|
D | jz_mmc.c | 397 .host_caps = MMC_MODE_4BIT | MMC_MODE_HS_52MHz | MMC_MODE_HS,
|
D | davinci_mmc.c | 497 cfg->host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
|
D | arm_pl180_mmci.c | 468 cfg->host_caps |= MMC_MODE_4BIT; in arm_pl180_mmc_probe()
|
D | tegra_mmc.c | 606 cfg->host_caps |= MMC_MODE_4BIT; in tegra_mmc_probe()
|
D | stm32_sdmmc2.c | 687 cfg->host_caps |= MMC_MODE_4BIT; in stm32_sdmmc2_probe()
|
/external/u-boot/board/davinci/da8xxevm/ |
D | omapl138_lcdk.c | 343 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
|
/external/u-boot/include/ |
D | mmc.h | 75 #define MMC_MODE_4BIT BIT(29) macro
|
/external/u-boot/board/ti/am335x/ |
D | board.c | 964 .cfg.host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS | MMC_MODE_4BIT,
|
12