Searched refs:MMC_MODE_4BIT (Results 1 – 25 of 28) sorted by relevance
12
/u-boot/board/davinci/da8xxevm/ |
A D | omapl138_lcdk.c | 345 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */ 378 .host_caps = MMC_MODE_4BIT,
|
/u-boot/drivers/mmc/ |
A D | mmc.c | 1340 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 D | ca_dw_mmc.c | 139 (&plat->cfg)->host_caps &= ~(MMC_MODE_8BIT | MMC_MODE_4BIT); in ca_dwmmc_probe()
|
A D | pxa_mmc_gen.c | 33 #define PXAMMC_HOST_CAPS (MMC_MODE_4BIT) 38 #define PXAMMC_HOST_CAPS (MMC_MODE_4BIT | MMC_MODE_HS)
|
A D | ftsdc010_mci.c | 384 cfg->host_caps &= ~MMC_MODE_4BIT; in ftsdc_setup_cfg() 386 cfg->host_caps |= MMC_MODE_4BIT; in ftsdc_setup_cfg()
|
A D | gen_atmel_mci.c | 497 cfg->host_caps |= MMC_MODE_4BIT; 547 cfg->host_caps |= MMC_MODE_4BIT;
|
A D | sh_sdhi.c | 740 .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 D | dw_mmc.c | 606 cfg->host_caps &= ~MMC_MODE_4BIT; 608 cfg->host_caps |= MMC_MODE_4BIT;
|
A D | mxsmmc.c | 194 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 D | sunxi_mmc.c | 523 cfg->host_caps = MMC_MODE_4BIT; in sunxi_mmc_init() 630 cfg->host_caps |= MMC_MODE_4BIT; in sunxi_mmc_probe()
|
A D | fsl_esdhc.c | 915 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 D | meson_gx_mmc.c | 279 cfg->host_caps = MMC_MODE_8BIT | MMC_MODE_4BIT | in meson_mmc_probe()
|
A D | fsl_esdhc_imx.c | 1250 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 D | mvebu_mmc.c | 425 .host_caps = MMC_MODE_4BIT | MMC_MODE_HS |
|
A D | bcm2835_sdhost.c | 648 ((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 D | sh_mmcif.c | 610 .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 D | jz_mmc.c | 401 .host_caps = MMC_MODE_4BIT | MMC_MODE_HS_52MHz | MMC_MODE_HS,
|
A D | mmc-uclass.c | 215 cfg->host_caps |= MMC_MODE_4BIT; in mmc_of_parse()
|
A D | mxcmmc.c | 502 .host_caps = MMC_MODE_4BIT,
|
A D | davinci_mmc.c | 513 cfg->host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
|
A D | arm_pl180_mmci.c | 471 cfg->host_caps |= MMC_MODE_4BIT; in arm_pl180_mmc_probe()
|
A D | tegra_mmc.c | 697 cfg->host_caps |= MMC_MODE_4BIT; in tegra_mmc_probe()
|
/u-boot/board/nokia/rx51/ |
A D | rx51.c | 697 .host_caps = MMC_MODE_4BIT | MMC_MODE_HS_52MHz | MMC_MODE_HS,
|
/u-boot/board/ti/am335x/ |
A D | board.c | 969 .cfg.host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS | MMC_MODE_4BIT,
|
/u-boot/include/ |
A D | mmc.h | 79 #define MMC_MODE_4BIT BIT(29) macro
|
Completed in 42 milliseconds
12