Home
last modified time | relevance | path

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

/u-boot/drivers/mmc/
A Dmmc.c1559 if (cap == MMC_MODE_1BIT) in bus_width()
1634 if (caps & MMC_MODE_1BIT) in mmc_dump_capabilities()
1691 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1697 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1701 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1705 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1710 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1715 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1720 .widths = MMC_MODE_4BIT | MMC_MODE_1BIT,
1961 {MMC_MODE_1BIT, false, EXT_CSD_BUS_WIDTH_1},
[all …]
A Dfsl_esdhc.c915 mmc_cfg->host_caps |= MMC_MODE_1BIT | MMC_MODE_4BIT | in fsl_esdhc_initialize()
918 mmc_cfg->host_caps |= MMC_MODE_1BIT | MMC_MODE_4BIT; in fsl_esdhc_initialize()
920 mmc_cfg->host_caps |= MMC_MODE_1BIT; in fsl_esdhc_initialize()
922 mmc_cfg->host_caps |= MMC_MODE_1BIT | MMC_MODE_4BIT | in fsl_esdhc_initialize()
A Dmmc-uclass.c218 cfg->host_caps |= MMC_MODE_1BIT; in mmc_of_parse()
A Docteontx_hsmmc.c3553 slot->cfg.host_caps |= MMC_MODE_1BIT; in octeontx_mmc_get_config()
/u-boot/include/
A Dmmc.h80 #define MMC_MODE_1BIT BIT(28) macro

Completed in 18 milliseconds