Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmmc.c837 mmc->card_caps = MMC_MODE_1BIT | MMC_CAP(MMC_LEGACY); in mmc_get_capabilities()
1211 mmc->card_caps = MMC_MODE_1BIT | MMC_CAP(SD_LEGACY); in sd_get_capabilities()
1493 if (cap == MMC_MODE_1BIT) in bus_width()
1562 if (caps & MMC_MODE_1BIT) in mmc_dump_capabilities()
1619 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1625 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1629 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1633 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1638 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1643 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
[all …]
H A Dmmc-uclass.c137 cfg->host_caps |= MMC_MODE_1BIT; in mmc_of_parse()
/openbmc/u-boot/include/
H A Dmmc.h71 #define MMC_MODE_1BIT BIT(28) macro