| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | sunxi_mmc.c | 491 cfg->host_caps = MMC_MODE_4BIT; in sunxi_mmc_init() 494 cfg->host_caps = MMC_MODE_8BIT; in sunxi_mmc_init() 496 cfg->host_caps |= MMC_MODE_HS_52MHz | MMC_MODE_HS; in sunxi_mmc_init() 573 cfg->host_caps = 0; in sunxi_mmc_probe() 575 cfg->host_caps |= MMC_MODE_8BIT; in sunxi_mmc_probe() 577 cfg->host_caps |= MMC_MODE_4BIT; in sunxi_mmc_probe() 578 cfg->host_caps |= MMC_MODE_HS_52MHz | MMC_MODE_HS; in sunxi_mmc_probe()
|
| H A D | gen_atmel_mci.c | 150 if (mmc->card_caps & mmc->cfg->host_caps & MMC_MODE_HS) 496 cfg->host_caps = MMC_MODE_8BIT; 497 cfg->host_caps |= MMC_MODE_HS | MMC_MODE_HS_52MHz; 500 cfg->host_caps |= MMC_MODE_4BIT; 546 cfg->host_caps = MMC_MODE_8BIT | 550 cfg->host_caps |= MMC_MODE_4BIT;
|
| H A D | mmc.c | 800 !(mmc->cfg->host_caps & (MMC_MODE_4BIT | MMC_MODE_8BIT))) in mmc_select_bus_width() 808 idx = (mmc->cfg->host_caps & MMC_MODE_8BIT) ? 0 : 1; in mmc_select_bus_width() 1126 u32 host_caps, avail_type = 0; local 1129 host_caps = mmc->cfg->host_caps; 1131 if ((host_caps & MMC_MODE_HS) && 1135 if ((host_caps & MMC_MODE_HS) && 1145 if ((host_caps & MMC_MODE_DDR_52MHz) && 1149 if ((host_caps & MMC_MODE_HS200) && 1157 if ((host_caps & MMC_MODE_HS400) && 1158 (host_caps & MMC_MODE_8BIT) && [all …]
|
| H A D | rockchip_sdhci.c | 532 host->host_caps |= MMC_MODE_8BIT; in rockchip_sdhci_probe() 539 host->host_caps |= MMC_MODE_8BIT; in rockchip_sdhci_probe() 542 host->host_caps |= MMC_MODE_4BIT; in rockchip_sdhci_probe() 571 host->host_caps |= MMC_MODE_HS200; in rockchip_sdhci_probe() 573 host->host_caps |= MMC_MODE_HS400; in rockchip_sdhci_probe() 576 host->host_caps |= MMC_MODE_HS400ES; in rockchip_sdhci_probe()
|
| H A D | omap_hsmmc.c | 170 if (!(cfg->host_caps & MMC_MODE_HS_52MHz)) in mmc_board_init() 768 cfg->host_caps = host_caps_val & ~host_caps_mask; 775 if (cfg->host_caps & MMC_MODE_HS) { 776 if (cfg->host_caps & MMC_MODE_HS_52MHz) 815 cfg->host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS; 824 cfg->host_caps |= MMC_MODE_8BIT; 826 cfg->host_caps |= MMC_MODE_4BIT;
|
| H A D | fsl_esdhc.c | 837 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() 843 cfg->host_caps |= MMC_MODE_DDR_52MHz; in fsl_esdhc_init() 848 cfg->host_caps &= ~MMC_MODE_8BIT; in fsl_esdhc_init() 850 cfg->host_caps &= ~MMC_MODE_4BIT; in fsl_esdhc_init() 854 cfg->host_caps |= MMC_MODE_HS_52MHz | MMC_MODE_HS; in fsl_esdhc_init() 858 cfg->host_caps &= ~MMC_MODE_8BIT; in fsl_esdhc_init()
|
| H A D | ftsdc010_mci.c | 349 chip->cfg.host_caps = MMC_MODE_HS | MMC_MODE_HS_52MHz; in ftsdc010_mmc_init() 352 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 D | dw_mmc.c | 921 cfg->host_caps = host->caps; 925 cfg->host_caps |= MMC_MODE_8BIT | MMC_MODE_4BIT; 928 cfg->host_caps |= MMC_MODE_4BIT; 929 cfg->host_caps &= ~MMC_MODE_8BIT; 932 cfg->host_caps &= ~MMC_MODE_4BIT; 933 cfg->host_caps &= ~MMC_MODE_8BIT; 939 cfg->host_caps |= MMC_MODE_HS | MMC_MODE_HS_52MHz;
|
| H A D | xenon_sdhci.c | 395 host->host_caps = MMC_MODE_HS | MMC_MODE_HS_52MHz | MMC_MODE_DDR_52MHz; in xenon_sdhci_probe() 399 host->host_caps |= MMC_MODE_8BIT; in xenon_sdhci_probe() 402 host->host_caps |= MMC_MODE_4BIT; in xenon_sdhci_probe()
|
| H A D | sdhci.c | 792 cfg->host_caps = MMC_MODE_HS | MMC_MODE_HS_52MHz | MMC_MODE_4BIT; 797 cfg->host_caps &= ~MMC_MODE_8BIT; 800 if (host->host_caps) 801 cfg->host_caps |= host->host_caps;
|
| H A D | stm32_sdmmc2.c | 559 cfg->host_caps = 0; in stm32_sdmmc2_probe() 561 cfg->host_caps |= MMC_MODE_HS_52MHz | MMC_MODE_HS; in stm32_sdmmc2_probe() 565 cfg->host_caps |= MMC_MODE_8BIT; in stm32_sdmmc2_probe() 567 cfg->host_caps |= MMC_MODE_4BIT; in stm32_sdmmc2_probe()
|
| H A D | tegra_mmc.c | 605 cfg->host_caps = 0; in tegra_mmc_probe() 607 cfg->host_caps |= MMC_MODE_8BIT; in tegra_mmc_probe() 609 cfg->host_caps |= MMC_MODE_4BIT; in tegra_mmc_probe() 610 cfg->host_caps |= MMC_MODE_HS_52MHz | MMC_MODE_HS; in tegra_mmc_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 | sti_sdhci.c | 92 host->host_caps = MMC_MODE_DDR_52MHz; in sti_sdhci_probe()
|
| H A D | sh_sdhi.c | 735 .host_caps = MMC_MODE_4BIT | MMC_MODE_8BIT | MMC_MODE_HS | 747 .host_caps = MMC_MODE_4BIT | MMC_MODE_HS, 861 plat->cfg.host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS; in sh_sdhi_dm_probe() 866 plat->cfg.host_caps |= MMC_MODE_8BIT; in sh_sdhi_dm_probe() 869 plat->cfg.host_caps |= MMC_MODE_4BIT; in sh_sdhi_dm_probe()
|
| H A D | davinci_mmc.c | 385 host->cfg.host_caps = host->host_caps; in davinci_mmc_init()
|
| H A D | uniphier-sd.c | 706 plat->cfg.host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS; in uniphier_sd_probe() 711 plat->cfg.host_caps |= MMC_MODE_8BIT; in uniphier_sd_probe() 714 plat->cfg.host_caps |= MMC_MODE_4BIT; in uniphier_sd_probe()
|
| H A D | s5p_sdhci.c | 99 host->host_caps |= MMC_MODE_8BIT; in s5p_sdhci_core_init()
|
| H A D | meson_gx_mmc.c | 243 cfg->host_caps = MMC_MODE_8BIT | MMC_MODE_4BIT | in meson_mmc_probe()
|
| /rk3399_rockchip-uboot/board/lego/ev3/ |
| H A D | legoev3.c | 47 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
|
| /rk3399_rockchip-uboot/arch/arm/mach-davinci/include/mach/ |
| H A D | sdmmc_defs.h | 151 uint host_caps; /* Host capabilities */ member
|
| /rk3399_rockchip-uboot/board/davinci/da8xxevm/ |
| H A D | omapl138_lcdk.c | 360 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
|
| H A D | da850evm.c | 204 .host_caps = MMC_MODE_4BIT, /* DA850 supports only 4-bit SD/MMC */
|
| /rk3399_rockchip-uboot/include/ |
| H A D | mmc.h | 514 uint host_caps; member 764 #define mmc_host_is_spi(mmc) ((mmc)->cfg->host_caps & MMC_MODE_SPI)
|
| /rk3399_rockchip-uboot/board/ti/am335x/ |
| H A D | board.c | 955 .cfg.host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS | MMC_MODE_4BIT, 969 .cfg.host_caps = MMC_MODE_HS_52MHz | MMC_MODE_HS | MMC_MODE_8BIT,
|