Home
last modified time | relevance | path

Searched refs:MMC_MODE_8BIT (Results 1 – 23 of 23) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Dmmc.c851 mmc->card_caps |= MMC_MODE_4BIT | MMC_MODE_8BIT; in mmc_get_capabilities()
1489 if (cap == MMC_MODE_8BIT) in bus_width()
1558 if (caps & MMC_MODE_8BIT) in mmc_dump_capabilities()
1826 .widths = MMC_MODE_8BIT,
1833 .widths = MMC_MODE_8BIT | MMC_MODE_4BIT,
1839 .widths = MMC_MODE_8BIT | MMC_MODE_4BIT,
1843 .widths = MMC_MODE_8BIT | MMC_MODE_4BIT | MMC_MODE_1BIT,
1847 .widths = MMC_MODE_8BIT | MMC_MODE_4BIT | MMC_MODE_1BIT,
1851 .widths = MMC_MODE_8BIT | MMC_MODE_4BIT | MMC_MODE_1BIT,
1866 {MMC_MODE_8BIT, true, EXT_CSD_DDR_BUS_WIDTH_8},
[all …]
H A Drockchip_sdhci.c69 host->host_caps |= MMC_MODE_8BIT; in arasan_sdhci_probe()
H A Dsandbox_mmc.c117 cfg->host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS | MMC_MODE_8BIT; in sandbox_mmc_bind()
H A Daspeed_sdhci.c91 host->host_caps |= MMC_MODE_8BIT; in aspeed_sdhci_probe()
H A Dftsdc010_mci.c380 cfg->host_caps |= MMC_MODE_8BIT; in ftsdc_setup_cfg()
384 cfg->host_caps &= ~MMC_MODE_8BIT; in ftsdc_setup_cfg()
H A Ds5p_sdhci.c98 host->host_caps |= MMC_MODE_8BIT; in s5p_sdhci_core_init()
H A Ddw_mmc.c555 cfg->host_caps |= MMC_MODE_8BIT;
559 cfg->host_caps &= ~MMC_MODE_8BIT;
H A Dgen_atmel_mci.c491 cfg->host_caps = MMC_MODE_8BIT;
541 cfg->host_caps = MMC_MODE_8BIT |
H A Dfsl_esdhc.c1238 cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT; in fsl_esdhc_init()
1242 cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT; in fsl_esdhc_init()
1249 cfg->host_caps &= ~MMC_MODE_8BIT; in fsl_esdhc_init()
1259 cfg->host_caps &= ~MMC_MODE_8BIT; in fsl_esdhc_init()
H A Dsunxi_mmc.c533 cfg->host_caps = MMC_MODE_8BIT; in sunxi_mmc_init()
624 cfg->host_caps |= MMC_MODE_8BIT; in sunxi_mmc_probe()
H A Dmeson_gx_mmc.c245 cfg->host_caps = MMC_MODE_8BIT | MMC_MODE_4BIT | in meson_mmc_probe()
H A Dsh_mmcif.c606 MMC_MODE_8BIT,
707 plat->cfg.host_caps |= MMC_MODE_8BIT; in sh_mmcif_dm_probe()
H A Dsh_sdhi.c734 .host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT | MMC_MODE_HS |
865 plat->cfg.host_caps |= MMC_MODE_8BIT; in sh_sdhi_dm_probe()
H A Dmmc-uclass.c131 cfg->host_caps |= MMC_MODE_8BIT; in mmc_of_parse()
H A Dmxsmmc.c408 priv->cfg.host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT | in mxsmmc_initialize()
H A Dxenon_sdhci.c410 host->host_caps |= MMC_MODE_8BIT; in xenon_sdhci_probe()
H A Darm_pl180_mmci.c456 cfg->host_caps |= MMC_MODE_8BIT; in arm_pl180_mmc_probe()
H A Dtegra_mmc.c604 cfg->host_caps |= MMC_MODE_8BIT; in tegra_mmc_probe()
H A Dstm32_sdmmc2.c622 cfg->host_caps |= MMC_MODE_8BIT; in stm32_sdmmc2_probe()
H A Dsdhci.c664 cfg->host_caps &= ~MMC_MODE_8BIT;
H A Domap_hsmmc.c1570 host_caps_val |= MMC_MODE_8BIT;
1579 host_caps_val |= MMC_MODE_8BIT;
/openbmc/u-boot/include/
H A Dmmc.h69 #define MMC_MODE_8BIT BIT(30) macro
/openbmc/u-boot/board/ti/am335x/
H A Dboard.c1075 .cfg.host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS | MMC_MODE_8BIT,