Searched refs:MMC_MODE_8BIT (Results 1 – 24 of 24) sorted by relevance
/u-boot/drivers/mmc/ |
A D | rockchip_sdhci.c | 70 host->host_caps |= MMC_MODE_8BIT; in arasan_sdhci_probe()
|
A D | sandbox_mmc.c | 152 cfg->host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS | MMC_MODE_8BIT; in sandbox_mmc_bind()
|
A D | mmc.c | 952 mmc->card_caps |= MMC_MODE_4BIT | MMC_MODE_8BIT; in mmc_get_capabilities() 1555 if (cap == MMC_MODE_8BIT) in bus_width() 1630 if (caps & MMC_MODE_8BIT) in mmc_dump_capabilities() 1911 .widths = MMC_MODE_8BIT, 1917 .widths = MMC_MODE_8BIT, 1924 .widths = MMC_MODE_8BIT | MMC_MODE_4BIT, 1930 .widths = MMC_MODE_8BIT | MMC_MODE_4BIT, 1934 .widths = MMC_MODE_8BIT | MMC_MODE_4BIT | MMC_MODE_1BIT, 1938 .widths = MMC_MODE_8BIT | MMC_MODE_4BIT | MMC_MODE_1BIT, 1957 {MMC_MODE_8BIT, true, EXT_CSD_DDR_BUS_WIDTH_8}, [all …]
|
A D | ca_dw_mmc.c | 139 (&plat->cfg)->host_caps &= ~(MMC_MODE_8BIT | MMC_MODE_4BIT); in ca_dwmmc_probe()
|
A D | s5p_sdhci.c | 100 host->host_caps |= MMC_MODE_8BIT; in s5p_sdhci_core_init()
|
A D | ftsdc010_mci.c | 383 cfg->host_caps |= MMC_MODE_8BIT; in ftsdc_setup_cfg() 387 cfg->host_caps &= ~MMC_MODE_8BIT; in ftsdc_setup_cfg()
|
A D | gen_atmel_mci.c | 493 cfg->host_caps = MMC_MODE_8BIT; 543 cfg->host_caps = MMC_MODE_8BIT |
|
A D | dw_mmc.c | 605 cfg->host_caps |= MMC_MODE_8BIT; 609 cfg->host_caps &= ~MMC_MODE_8BIT;
|
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 | 526 cfg->host_caps = MMC_MODE_8BIT; in sunxi_mmc_init() 628 cfg->host_caps |= MMC_MODE_8BIT; in sunxi_mmc_probe()
|
A D | fsl_esdhc.c | 916 MMC_MODE_8BIT; in fsl_esdhc_initialize() 923 MMC_MODE_8BIT; in fsl_esdhc_initialize() 928 mmc_cfg->host_caps &= ~MMC_MODE_8BIT; in fsl_esdhc_initialize()
|
A D | iproc_sdhci.c | 287 host->host_caps |= MMC_MODE_8BIT; in iproc_sdhci_probe()
|
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() 1254 cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT; in fsl_esdhc_init() 1261 cfg->host_caps &= ~MMC_MODE_8BIT; in fsl_esdhc_init() 1271 cfg->host_caps &= ~MMC_MODE_8BIT; in fsl_esdhc_init()
|
A D | sh_mmcif.c | 611 MMC_MODE_8BIT, 712 plat->cfg.host_caps |= MMC_MODE_8BIT; in sh_mmcif_dm_probe()
|
A D | sh_sdhi.c | 740 .host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT | MMC_MODE_HS | 870 plat->cfg.host_caps |= MMC_MODE_8BIT; in sh_sdhi_dm_probe()
|
A D | mmc-uclass.c | 212 cfg->host_caps |= MMC_MODE_8BIT; in mmc_of_parse()
|
A D | arm_pl180_mmci.c | 468 cfg->host_caps |= MMC_MODE_8BIT; in arm_pl180_mmc_probe()
|
A D | tegra_mmc.c | 695 cfg->host_caps |= MMC_MODE_8BIT; in tegra_mmc_probe()
|
A D | sdhci.c | 906 cfg->host_caps &= ~MMC_MODE_8BIT;
|
A D | omap_hsmmc.c | 1565 host_caps_val |= MMC_MODE_8BIT; 1574 host_caps_val |= MMC_MODE_8BIT;
|
A D | octeontx_hsmmc.c | 3549 slot->cfg.host_caps |= MMC_MODE_8BIT; in octeontx_mmc_get_config()
|
/u-boot/board/ti/am335x/ |
A D | board.c | 983 .cfg.host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS | MMC_MODE_8BIT,
|
/u-boot/include/ |
A D | mmc.h | 78 #define MMC_MODE_8BIT BIT(30) macro
|
Completed in 53 milliseconds