Home
last modified time | relevance | path

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

12

/u-boot/board/davinci/da8xxevm/
A Domapl138_lcdk.c345 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
378 .host_caps = MMC_MODE_4BIT,
/u-boot/drivers/mmc/
A Dmmc.c1340 mmc->card_caps |= MMC_MODE_4BIT; in sd_get_capabilities()
1557 if (cap == MMC_MODE_4BIT) in bus_width()
1632 if (caps & MMC_MODE_4BIT) in mmc_dump_capabilities()
1691 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1697 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1701 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1705 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1710 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1715 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1720 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
[all …]
A Dca_dw_mmc.c139 (&plat->cfg)->host_caps &= ~(MMC_MODE_8BIT | MMC_MODE_4BIT); in ca_dwmmc_probe()
A Dpxa_mmc_gen.c33 #define PXAMMC_HOST_CAPS (MMC_MODE_4BIT)
38 #define PXAMMC_HOST_CAPS (MMC_MODE_4BIT | MMC_MODE_HS)
A Dftsdc010_mci.c384 cfg->host_caps &= ~MMC_MODE_4BIT; in ftsdc_setup_cfg()
386 cfg->host_caps |= MMC_MODE_4BIT; in ftsdc_setup_cfg()
A Dgen_atmel_mci.c497 cfg->host_caps |= MMC_MODE_4BIT;
547 cfg->host_caps |= MMC_MODE_4BIT;
A Dsh_sdhi.c740 .host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT | MMC_MODE_HS |
752 .host_caps = MMC_MODE_4BIT | MMC_MODE_HS,
873 plat->cfg.host_caps |= MMC_MODE_4BIT; in sh_sdhi_dm_probe()
A Ddw_mmc.c606 cfg->host_caps &= ~MMC_MODE_4BIT;
608 cfg->host_caps |= MMC_MODE_4BIT;
A Dmxsmmc.c194 priv->cfg.host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT | in mxsmmc_initialize()
618 plat->cfg.host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT |
A Dsunxi_mmc.c523 cfg->host_caps = MMC_MODE_4BIT; in sunxi_mmc_init()
630 cfg->host_caps |= MMC_MODE_4BIT; in sunxi_mmc_probe()
A Dfsl_esdhc.c915 mmc_cfg->host_caps |= MMC_MODE_1BIT | MMC_MODE_4BIT | in fsl_esdhc_initialize()
918 mmc_cfg->host_caps |= MMC_MODE_1BIT | MMC_MODE_4BIT; in fsl_esdhc_initialize()
922 mmc_cfg->host_caps |= MMC_MODE_1BIT | MMC_MODE_4BIT | in fsl_esdhc_initialize()
A Dmeson_gx_mmc.c279 cfg->host_caps = MMC_MODE_8BIT | MMC_MODE_4BIT | in meson_mmc_probe()
A Dfsl_esdhc_imx.c1250 cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT; in fsl_esdhc_init()
1252 cfg->host_caps = MMC_MODE_4BIT; in fsl_esdhc_init()
1254 cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT; in fsl_esdhc_init()
1263 cfg->host_caps &= ~MMC_MODE_4BIT; in fsl_esdhc_init()
A Dmvebu_mmc.c425 .host_caps = MMC_MODE_4BIT | MMC_MODE_HS |
A Dbcm2835_sdhost.c648 ((host->mmc->card_caps & MMC_MODE_4BIT) ? 8 : 32); in bcm2835_set_clock()
745 cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_HS | MMC_MODE_HS_52MHz; in bcm2835_add_host()
A Dsh_mmcif.c610 .host_caps = MMC_MODE_HS | MMC_MODE_HS_52MHz | MMC_MODE_4BIT |
715 plat->cfg.host_caps |= MMC_MODE_4BIT; in sh_mmcif_dm_probe()
A Djz_mmc.c401 .host_caps = MMC_MODE_4BIT | MMC_MODE_HS_52MHz | MMC_MODE_HS,
A Dmmc-uclass.c215 cfg->host_caps |= MMC_MODE_4BIT; in mmc_of_parse()
A Dmxcmmc.c502 .host_caps = MMC_MODE_4BIT,
A Ddavinci_mmc.c513 cfg->host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
A Darm_pl180_mmci.c471 cfg->host_caps |= MMC_MODE_4BIT; in arm_pl180_mmc_probe()
A Dtegra_mmc.c697 cfg->host_caps |= MMC_MODE_4BIT; in tegra_mmc_probe()
/u-boot/board/nokia/rx51/
A Drx51.c697 .host_caps = MMC_MODE_4BIT | MMC_MODE_HS_52MHz | MMC_MODE_HS,
/u-boot/board/ti/am335x/
A Dboard.c969 .cfg.host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS | MMC_MODE_4BIT,
/u-boot/include/
A Dmmc.h79 #define MMC_MODE_4BIT BIT(29) macro

Completed in 42 milliseconds

12