Home
last modified time | relevance | path

Searched refs:MMC_MODE_1BIT (Results 1 – 4 of 4) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/mmc/
Dmmc.c894 mmc->card_caps = MMC_MODE_1BIT | MMC_CAP(MMC_LEGACY); in mmc_get_capabilities()
1244 mmc->card_caps = MMC_MODE_1BIT | MMC_CAP(SD_LEGACY); in sd_get_capabilities()
1526 if (cap == MMC_MODE_1BIT) in bus_width()
1604 if (caps & MMC_MODE_1BIT) in mmc_dump_capabilities()
1661 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1667 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1671 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1675 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1680 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1685 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
[all …]
Dfsl_esdhc.c795 mmc_cfg->host_caps |= MMC_MODE_1BIT | MMC_MODE_4BIT | in fsl_esdhc_initialize()
798 mmc_cfg->host_caps |= MMC_MODE_1BIT | MMC_MODE_4BIT; in fsl_esdhc_initialize()
800 mmc_cfg->host_caps |= MMC_MODE_1BIT; in fsl_esdhc_initialize()
802 mmc_cfg->host_caps |= MMC_MODE_1BIT | MMC_MODE_4BIT | in fsl_esdhc_initialize()
Dmmc-uclass.c153 cfg->host_caps |= MMC_MODE_1BIT; in mmc_of_parse()
/third_party/uboot/u-boot-2020.01/include/
Dmmc.h76 #define MMC_MODE_1BIT BIT(28) macro