Searched refs:MMC_MODE_4BIT (Results 1 – 25 of 26) sorted by relevance
12
/external/u-boot/drivers/mmc/ |
D | mmc.c | 817 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 …]
|
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 | 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 | dw_mmc.c | 505 cfg->host_caps &= ~MMC_MODE_4BIT; 507 cfg->host_caps |= MMC_MODE_4BIT;
|
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 | fsl_esdhc.c | 1155 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()
|
D | gen_atmel_mci.c | 495 cfg->host_caps |= MMC_MODE_4BIT; 545 cfg->host_caps |= MMC_MODE_4BIT;
|
D | sunxi_mmc.c | 496 cfg->host_caps = MMC_MODE_4BIT; in sunxi_mmc_init() 584 cfg->host_caps |= MMC_MODE_4BIT; in sunxi_mmc_probe()
|
D | bcm2835_sdhost.c | 642 ((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()
|
D | meson_gx_mmc.c | 245 cfg->host_caps = MMC_MODE_8BIT | MMC_MODE_4BIT | in meson_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 | mvebu_mmc.c | 423 .host_caps = MMC_MODE_4BIT | MMC_MODE_HS |
|
D | mmc-uclass.c | 134 cfg->host_caps |= MMC_MODE_4BIT; in mmc_of_parse()
|
D | mxsmmc.c | 408 priv->cfg.host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT | in mxsmmc_initialize()
|
D | xenon_sdhci.c | 413 host->host_caps |= MMC_MODE_4BIT; in xenon_sdhci_probe()
|
D | mxcmmc.c | 501 .host_caps = MMC_MODE_4BIT,
|
D | arm_pl180_mmci.c | 444 host->caps |= MMC_MODE_4BIT; in arm_pl180_mmc_probe()
|
D | stm32_sdmmc2.c | 570 cfg->host_caps |= MMC_MODE_4BIT; in stm32_sdmmc2_probe()
|
D | tegra_mmc.c | 606 cfg->host_caps |= MMC_MODE_4BIT; in tegra_mmc_probe()
|
D | sdhci.c | 631 cfg->host_caps |= MMC_MODE_HS | MMC_MODE_HS_52MHz | MMC_MODE_4BIT;
|
/external/u-boot/board/lego/ev3/ |
D | legoev3.c | 44 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
|
/external/u-boot/board/davinci/da8xxevm/ |
D | omapl138_lcdk.c | 359 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
|
D | da850evm.c | 210 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
|
/external/u-boot/include/ |
D | mmc.h | 69 #define MMC_MODE_4BIT BIT(29) macro
|
/external/u-boot/board/ti/am335x/ |
D | board.c | 968 .cfg.host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS | MMC_MODE_4BIT,
|
12