Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsandbox_mmc.c117 cfg->host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS | MMC_MODE_8BIT; in sandbox_mmc_bind()
H A Dfsl_esdhc.c837 cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT; in fsl_esdhc_init()
841 cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT; in fsl_esdhc_init()
848 cfg->host_caps &= ~MMC_MODE_8BIT; in fsl_esdhc_init()
858 cfg->host_caps &= ~MMC_MODE_8BIT; in fsl_esdhc_init()
H A Domap_hsmmc.c739 host_caps_val |= MMC_MODE_8BIT;
748 host_caps_val |= MMC_MODE_8BIT;
824 cfg->host_caps |= MMC_MODE_8BIT;
H A Ddw_mmc.c909 cfg->host_caps |= MMC_MODE_8BIT | MMC_MODE_4BIT;
913 cfg->host_caps &= ~MMC_MODE_8BIT;
917 cfg->host_caps &= ~MMC_MODE_8BIT;
H A Dgen_atmel_mci.c496 cfg->host_caps = MMC_MODE_8BIT;
546 cfg->host_caps = MMC_MODE_8BIT |
H A Dsunxi_mmc.c494 cfg->host_caps = MMC_MODE_8BIT; in sunxi_mmc_init()
575 cfg->host_caps |= MMC_MODE_8BIT; in sunxi_mmc_probe()
H A Drockchip_sdhci.c532 host->host_caps |= MMC_MODE_8BIT; in rockchip_sdhci_probe()
539 host->host_caps |= MMC_MODE_8BIT; in rockchip_sdhci_probe()
H A Ds5p_sdhci.c99 host->host_caps |= MMC_MODE_8BIT; in s5p_sdhci_core_init()
H A Dmmc.c785 !(mmc->cfg->host_caps & (MMC_MODE_4BIT | MMC_MODE_8BIT))) in mmc_select_bus_width()
793 idx = (mmc->cfg->host_caps & MMC_MODE_8BIT) ? 0 : 1; in mmc_select_bus_width()
1139 (host_caps & MMC_MODE_8BIT) &&
1145 (host_caps & MMC_MODE_8BIT) &&
1185 mmc->card_caps |= MMC_MODE_4BIT | MMC_MODE_8BIT;
H A Dmeson_gx_mmc.c243 cfg->host_caps = MMC_MODE_8BIT | MMC_MODE_4BIT | in meson_mmc_probe()
H A Dftsdc010_mci.c355 chip->cfg.host_caps |= MMC_MODE_4BIT | MMC_MODE_8BIT; in ftsdc010_mmc_init()
H A Dsh_sdhi.c735 .host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT | MMC_MODE_HS |
866 plat->cfg.host_caps |= MMC_MODE_8BIT; in sh_sdhi_dm_probe()
H A Dxenon_sdhci.c399 host->host_caps |= MMC_MODE_8BIT; in xenon_sdhci_probe()
H A Dmxsmmc.c409 priv->cfg.host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT | in mxsmmc_initialize()
H A Dtegra_mmc.c607 cfg->host_caps |= MMC_MODE_8BIT; in tegra_mmc_probe()
H A Dstm32_sdmmc2.c565 cfg->host_caps |= MMC_MODE_8BIT; in stm32_sdmmc2_probe()
H A Dsh_mmcif.c580 MMC_MODE_8BIT,
H A Duniphier-sd.c711 plat->cfg.host_caps |= MMC_MODE_8BIT; in uniphier_sd_probe()
H A Dsdhci.c797 cfg->host_caps &= ~MMC_MODE_8BIT;
/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h58 #define MMC_MODE_8BIT (1 << 3) macro
/OK3568_Linux_fs/u-boot/board/ti/am335x/
H A Dboard.c969 .cfg.host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS | MMC_MODE_8BIT,