Searched refs:MMC_MODE_4BIT (Results 1 – 25 of 28) sorted by relevance
12
/openbmc/u-boot/drivers/mmc/ |
H A D | mmc.c | 851 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 D | pxa_mmc_gen.c | 27 #define PXAMMC_HOST_CAPS (MMC_MODE_4BIT) 32 #define PXAMMC_HOST_CAPS (MMC_MODE_4BIT | MMC_MODE_HS)
|
H A 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()
|
H A 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()
|
H A D | dw_mmc.c | 556 cfg->host_caps &= ~MMC_MODE_4BIT; 558 cfg->host_caps |= MMC_MODE_4BIT;
|
H A D | gen_atmel_mci.c | 495 cfg->host_caps |= MMC_MODE_4BIT; 545 cfg->host_caps |= MMC_MODE_4BIT;
|
H A D | fsl_esdhc.c | 1238 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 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()
|
H A 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()
|
H A D | meson_gx_mmc.c | 245 cfg->host_caps = MMC_MODE_8BIT | MMC_MODE_4BIT | in meson_mmc_probe()
|
H A 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()
|
H A D | mvebu_mmc.c | 423 .host_caps = MMC_MODE_4BIT | MMC_MODE_HS |
|
H A D | mmc-uclass.c | 134 cfg->host_caps |= MMC_MODE_4BIT; in mmc_of_parse()
|
H A D | mxsmmc.c | 408 priv->cfg.host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT | in mxsmmc_initialize()
|
H A D | xenon_sdhci.c | 413 host->host_caps |= MMC_MODE_4BIT; in xenon_sdhci_probe()
|
H A D | mxcmmc.c | 501 .host_caps = MMC_MODE_4BIT,
|
H A D | jz_mmc.c | 397 .host_caps = MMC_MODE_4BIT | MMC_MODE_HS_52MHz | MMC_MODE_HS,
|
H A D | davinci_mmc.c | 502 cfg->host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
|
H A D | arm_pl180_mmci.c | 459 cfg->host_caps |= MMC_MODE_4BIT; in arm_pl180_mmc_probe()
|
H A D | tegra_mmc.c | 606 cfg->host_caps |= MMC_MODE_4BIT; in tegra_mmc_probe()
|
H A D | stm32_sdmmc2.c | 624 cfg->host_caps |= MMC_MODE_4BIT; in stm32_sdmmc2_probe()
|
/openbmc/u-boot/board/lego/ev3/ |
H A D | legoev3.c | 44 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
|
/openbmc/u-boot/board/davinci/da8xxevm/ |
H A D | omapl138_lcdk.c | 360 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
|
H A D | da850evm.c | 238 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
|
/openbmc/u-boot/include/ |
H A D | mmc.h | 70 #define MMC_MODE_4BIT BIT(29) macro
|
12