HomeSort by relevance Sort by last modified time
    Searched refs:host_caps (Results 1 - 25 of 36) sorted by null

1 2

  /external/u-boot/drivers/mmc/
mmc-uclass.c 131 cfg->host_caps |= MMC_MODE_8BIT;
134 cfg->host_caps |= MMC_MODE_4BIT;
137 cfg->host_caps |= MMC_MODE_1BIT;
148 cfg->host_caps |= MMC_CAP(SD_HS);
150 cfg->host_caps |= MMC_CAP(MMC_HS);
152 cfg->host_caps |= MMC_CAP(UHS_SDR12);
154 cfg->host_caps |= MMC_CAP(UHS_SDR25);
156 cfg->host_caps |= MMC_CAP(UHS_SDR50);
158 cfg->host_caps |= MMC_CAP(UHS_SDR104);
160 cfg->host_caps |= MMC_CAP(UHS_DDR50)
    [all...]
sdhci.c 631 cfg->host_caps |= MMC_MODE_HS | MMC_MODE_HS_52MHz | MMC_MODE_4BIT;
636 cfg->host_caps &= ~MMC_MODE_8BIT;
640 cfg->host_caps &= ~MMC_MODE_HS;
641 cfg->host_caps &= ~MMC_MODE_HS_52MHz;
654 cfg->host_caps |= MMC_CAP(UHS_SDR12) | MMC_CAP(UHS_SDR25);
657 cfg->host_caps |= MMC_CAP(UHS_SDR104) | MMC_CAP(UHS_SDR50);
662 cfg->host_caps |= MMC_CAP(MMC_HS_200);
664 cfg->host_caps |= MMC_CAP(UHS_SDR50);
668 cfg->host_caps |= MMC_CAP(UHS_DDR50);
670 if (host->host_caps)
    [all...]
dw_mmc.c 501 cfg->host_caps = host->caps;
504 cfg->host_caps |= MMC_MODE_8BIT;
505 cfg->host_caps &= ~MMC_MODE_4BIT;
507 cfg->host_caps |= MMC_MODE_4BIT;
508 cfg->host_caps &= ~MMC_MODE_8BIT;
510 cfg->host_caps |= MMC_MODE_HS | MMC_MODE_HS_52MHz;
ftsdc010_mci.c 378 cfg->host_caps = caps;
380 cfg->host_caps |= MMC_MODE_8BIT;
381 cfg->host_caps &= ~MMC_MODE_4BIT;
383 cfg->host_caps |= MMC_MODE_4BIT;
384 cfg->host_caps &= ~MMC_MODE_8BIT;
sunxi_mmc.c 496 cfg->host_caps = MMC_MODE_4BIT;
499 cfg->host_caps = MMC_MODE_8BIT;
501 cfg->host_caps |= MMC_MODE_HS_52MHz | MMC_MODE_HS;
580 cfg->host_caps = 0;
582 cfg->host_caps |= MMC_MODE_8BIT;
584 cfg->host_caps |= MMC_MODE_4BIT;
585 cfg->host_caps |= MMC_MODE_HS_52MHz | MMC_MODE_HS;
gen_atmel_mci.c 156 if (mmc->card_caps & mmc->cfg->host_caps & MMC_MODE_HS)
491 cfg->host_caps = MMC_MODE_8BIT;
492 cfg->host_caps |= MMC_MODE_HS | MMC_MODE_HS_52MHz;
495 cfg->host_caps |= MMC_MODE_4BIT;
541 cfg->host_caps = MMC_MODE_8BIT |
545 cfg->host_caps |= MMC_MODE_4BIT;
rockchip_sdhci.c 69 host->host_caps |= MMC_MODE_8BIT;
sandbox_mmc.c 117 cfg->host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS | MMC_MODE_8BIT;
sti_sdhci.c 99 host->host_caps = MMC_MODE_DDR_52MHz;
fsl_esdhc.c 1155 cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT;
1157 cfg->host_caps = MMC_MODE_4BIT;
1159 cfg->host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT;
1161 cfg->host_caps |= MMC_MODE_DDR_52MHz;
1166 cfg->host_caps &= ~MMC_MODE_8BIT;
1168 cfg->host_caps &= ~MMC_MODE_4BIT;
1172 cfg->host_caps |= MMC_MODE_HS_52MHz | MMC_MODE_HS;
1176 cfg->host_caps &= ~MMC_MODE_8BIT;
1179 cfg->host_caps |= priv->caps;
    [all...]
xenon_sdhci.c 406 host->host_caps = MMC_MODE_HS | MMC_MODE_HS_52MHz | MMC_MODE_DDR_52MHz;
410 host->host_caps |= MMC_MODE_8BIT;
413 host->host_caps |= MMC_MODE_4BIT;
sh_mmcif.c 605 .host_caps = MMC_MODE_HS | MMC_MODE_HS_52MHz | MMC_MODE_4BIT |
702 plat->cfg.host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS;
707 plat->cfg.host_caps |= MMC_MODE_8BIT;
710 plat->cfg.host_caps |= MMC_MODE_4BIT;
stm32_sdmmc2.c 562 cfg->host_caps = 0;
564 cfg->host_caps |= MMC_MODE_HS_52MHz | MMC_MODE_HS;
568 cfg->host_caps |= MMC_MODE_8BIT;
570 cfg->host_caps |= MMC_MODE_4BIT;
tegra_mmc.c 602 cfg->host_caps = 0;
604 cfg->host_caps |= MMC_MODE_8BIT;
606 cfg->host_caps |= MMC_MODE_4BIT;
607 cfg->host_caps |= MMC_MODE_HS_52MHz | MMC_MODE_HS;
davinci_mmc.c 384 host->cfg.host_caps = host->host_caps;
omap_hsmmc.c 246 if (!(cfg->host_caps & MMC_MODE_HS_52MHz))
    [all...]
sh_sdhi.c 734 .host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT | MMC_MODE_HS |
746 .host_caps = MMC_MODE_4BIT | MMC_MODE_HS,
860 plat->cfg.host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS;
865 plat->cfg.host_caps |= MMC_MODE_8BIT;
868 plat->cfg.host_caps |= MMC_MODE_4BIT;
meson_gx_mmc.c 245 cfg->host_caps = MMC_MODE_8BIT | MMC_MODE_4BIT |
s5p_sdhci.c 98 host->host_caps |= MMC_MODE_8BIT;
  /external/u-boot/arch/arm/mach-davinci/include/mach/
sdmmc_defs.h 150 uint host_caps; /* Host capabilities */ member in struct:davinci_mmc
  /external/u-boot/board/lego/ev3/
legoev3.c 44 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
  /external/u-boot/include/
mmc.h 495 uint host_caps; member in struct:mmc_config
573 uint host_caps; member in struct:mmc
781 #define mmc_host_is_spi(mmc) ((mmc)->cfg->host_caps & MMC_MODE_SPI)
  /external/u-boot/board/davinci/da8xxevm/
da850evm.c 210 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
omapl138_lcdk.c 359 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
  /external/u-boot/board/ti/am335x/
board.c 968 .cfg.host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS | MMC_MODE_4BIT,
982 .cfg.host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS | MMC_MODE_8BIT,

Completed in 288 milliseconds

1 2