Home
last modified time | relevance | path

Searched refs:MMC_MODE_4BIT (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dftsdc010_mci.c352 chip->cfg.host_caps |= MMC_MODE_4BIT; in ftsdc010_mmc_init()
355 chip->cfg.host_caps |= MMC_MODE_4BIT | MMC_MODE_8BIT; in ftsdc010_mmc_init()
H A Dpxa_mmc_gen.c28 #define PXAMMC_HOST_CAPS (MMC_MODE_4BIT)
33 #define PXAMMC_HOST_CAPS (MMC_MODE_4BIT | MMC_MODE_HS)
H A Dfsl_esdhc.c837 cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT; in fsl_esdhc_init()
839 cfg->host_caps = MMC_MODE_4BIT; in fsl_esdhc_init()
841 cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT; in fsl_esdhc_init()
850 cfg->host_caps &= ~MMC_MODE_4BIT; in fsl_esdhc_init()
H A Ddw_mmc.c909 cfg->host_caps |= MMC_MODE_8BIT | MMC_MODE_4BIT;
912 cfg->host_caps |= MMC_MODE_4BIT;
916 cfg->host_caps &= ~MMC_MODE_4BIT;
H A Dsh_sdhi.c735 .host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT | MMC_MODE_HS |
747 .host_caps = MMC_MODE_4BIT | MMC_MODE_HS,
869 plat->cfg.host_caps |= MMC_MODE_4BIT; in sh_sdhi_dm_probe()
H A Dgen_atmel_mci.c500 cfg->host_caps |= MMC_MODE_4BIT;
550 cfg->host_caps |= MMC_MODE_4BIT;
H A Dsunxi_mmc.c491 cfg->host_caps = MMC_MODE_4BIT; in sunxi_mmc_init()
577 cfg->host_caps |= MMC_MODE_4BIT; in sunxi_mmc_probe()
H A Dmeson_gx_mmc.c243 cfg->host_caps = MMC_MODE_8BIT | MMC_MODE_4BIT | in meson_mmc_probe()
H A Domap_hsmmc.c725 host_caps_val = MMC_MODE_4BIT | MMC_MODE_HS_52MHz | MMC_MODE_HS;
826 cfg->host_caps |= MMC_MODE_4BIT;
H A Dmvebu_mmc.c424 .host_caps = MMC_MODE_4BIT | MMC_MODE_HS |
H A Dxenon_sdhci.c402 host->host_caps |= MMC_MODE_4BIT; in xenon_sdhci_probe()
H A Dmxsmmc.c409 priv->cfg.host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT | in mxsmmc_initialize()
H A Dmmc.c785 !(mmc->cfg->host_caps & (MMC_MODE_4BIT | MMC_MODE_8BIT))) in mmc_select_bus_width()
1185 mmc->card_caps |= MMC_MODE_4BIT | MMC_MODE_8BIT;
1579 mmc->card_caps |= MMC_MODE_4BIT;
2061 if (mmc->card_caps & MMC_MODE_4BIT) {
H A Dmxcmmc.c501 .host_caps = MMC_MODE_4BIT,
H A Dtegra_mmc.c609 cfg->host_caps |= MMC_MODE_4BIT; in tegra_mmc_probe()
H A Dstm32_sdmmc2.c567 cfg->host_caps |= MMC_MODE_4BIT; in stm32_sdmmc2_probe()
H A Drockchip_sdhci.c542 host->host_caps |= MMC_MODE_4BIT; in rockchip_sdhci_probe()
H A Dsh_mmcif.c579 .host_caps = MMC_MODE_HS | MMC_MODE_HS_52MHz | MMC_MODE_4BIT |
H A Duniphier-sd.c714 plat->cfg.host_caps |= MMC_MODE_4BIT; in uniphier_sd_probe()
H A Dsdhci.c792 cfg->host_caps = MMC_MODE_HS | MMC_MODE_HS_52MHz | MMC_MODE_4BIT;
/OK3568_Linux_fs/u-boot/board/lego/ev3/
H A Dlegoev3.c47 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
/OK3568_Linux_fs/u-boot/board/davinci/da8xxevm/
H A Domapl138_lcdk.c360 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
H A Dda850evm.c204 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h57 #define MMC_MODE_4BIT (1 << 2) macro
/OK3568_Linux_fs/u-boot/board/ti/am335x/
H A Dboard.c955 .cfg.host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS | MMC_MODE_4BIT,