Searched refs:MMC_MODE_8BIT (Results 1 – 23 of 23) sorted by relevance
/openbmc/u-boot/drivers/mmc/ |
H A D | mmc.c | 851 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 D | rockchip_sdhci.c | 69 host->host_caps |= MMC_MODE_8BIT; in arasan_sdhci_probe()
|
H A D | sandbox_mmc.c | 117 cfg->host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS | MMC_MODE_8BIT; in sandbox_mmc_bind()
|
H A D | aspeed_sdhci.c | 91 host->host_caps |= MMC_MODE_8BIT; in aspeed_sdhci_probe()
|
H A D | ftsdc010_mci.c | 380 cfg->host_caps |= MMC_MODE_8BIT; in ftsdc_setup_cfg() 384 cfg->host_caps &= ~MMC_MODE_8BIT; in ftsdc_setup_cfg()
|
H A D | s5p_sdhci.c | 98 host->host_caps |= MMC_MODE_8BIT; in s5p_sdhci_core_init()
|
H A D | dw_mmc.c | 555 cfg->host_caps |= MMC_MODE_8BIT; 559 cfg->host_caps &= ~MMC_MODE_8BIT;
|
H A D | gen_atmel_mci.c | 491 cfg->host_caps = MMC_MODE_8BIT; 541 cfg->host_caps = MMC_MODE_8BIT |
|
H A D | fsl_esdhc.c | 1238 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 D | sunxi_mmc.c | 533 cfg->host_caps = MMC_MODE_8BIT; in sunxi_mmc_init() 624 cfg->host_caps |= MMC_MODE_8BIT; in sunxi_mmc_probe()
|
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 | 606 MMC_MODE_8BIT, 707 plat->cfg.host_caps |= MMC_MODE_8BIT; in sh_mmcif_dm_probe()
|
H A D | sh_sdhi.c | 734 .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 D | mmc-uclass.c | 131 cfg->host_caps |= MMC_MODE_8BIT; 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 | 410 host->host_caps |= MMC_MODE_8BIT; in xenon_sdhci_probe()
|
H A D | arm_pl180_mmci.c | 456 cfg->host_caps |= MMC_MODE_8BIT; in arm_pl180_mmc_probe()
|
H A D | tegra_mmc.c | 604 cfg->host_caps |= MMC_MODE_8BIT; in tegra_mmc_probe()
|
H A D | stm32_sdmmc2.c | 622 cfg->host_caps |= MMC_MODE_8BIT; in stm32_sdmmc2_probe()
|
H A D | sdhci.c | 664 cfg->host_caps &= ~MMC_MODE_8BIT;
|
H A D | omap_hsmmc.c | 1570 host_caps_val |= MMC_MODE_8BIT; 1579 host_caps_val |= MMC_MODE_8BIT;
|
/openbmc/u-boot/include/ |
H A D | mmc.h | 69 #define MMC_MODE_8BIT BIT(30) macro
|
/openbmc/u-boot/board/ti/am335x/ |
H A D | board.c | 1075 .cfg.host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS | MMC_MODE_8BIT,
|