Lines Matching refs:MMC_MODE_1BIT
938 mmc->card_caps = MMC_MODE_1BIT | MMC_CAP(MMC_LEGACY); in mmc_get_capabilities()
1290 mmc->card_caps = MMC_MODE_1BIT | MMC_CAP(MMC_LEGACY); in sd_get_capabilities()
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,
1733 uint widths[] = {MMC_MODE_4BIT, MMC_MODE_1BIT}; in sd_select_mode_and_width()
1934 .widths = MMC_MODE_8BIT | MMC_MODE_4BIT | MMC_MODE_1BIT,
1938 .widths = MMC_MODE_8BIT | MMC_MODE_4BIT | MMC_MODE_1BIT,
1942 .widths = MMC_MODE_8BIT | MMC_MODE_4BIT | MMC_MODE_1BIT,
1961 {MMC_MODE_1BIT, false, EXT_CSD_BUS_WIDTH_1},
2864 MMC_CAP(MMC_LEGACY) | MMC_MODE_1BIT; in mmc_start_init()