Home
last modified time | relevance | path

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

/external/u-boot/drivers/mmc/
Dmmc.c803 mmc->card_caps = MMC_MODE_1BIT | MMC_CAP(MMC_LEGACY); in mmc_get_capabilities()
1171 mmc->card_caps = MMC_MODE_1BIT | MMC_CAP(SD_LEGACY); in sd_get_capabilities()
1449 if (cap == MMC_MODE_1BIT) in bus_width()
1518 if (caps & MMC_MODE_1BIT) in mmc_dump_capabilities()
1575 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1581 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1585 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1589 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1594 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1599 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
[all …]
Dmmc-uclass.c137 cfg->host_caps |= MMC_MODE_1BIT; in mmc_of_parse()
/external/u-boot/include/
Dmmc.h70 #define MMC_MODE_1BIT BIT(28) macro