Searched refs:MMC_MODE_1BIT (Results 1 – 5 of 5) sorted by relevance
/u-boot/drivers/mmc/ |
A D | mmc.c | 1559 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 D | fsl_esdhc.c | 915 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 D | mmc-uclass.c | 218 cfg->host_caps |= MMC_MODE_1BIT; in mmc_of_parse()
|
A D | octeontx_hsmmc.c | 3553 slot->cfg.host_caps |= MMC_MODE_1BIT; in octeontx_mmc_get_config()
|
/u-boot/include/ |
A D | mmc.h | 80 #define MMC_MODE_1BIT BIT(28) macro
|
Completed in 18 milliseconds