Searched refs:SDMMC_HOST_FLAG_DDR (Results 1 – 5 of 5) sorted by relevance
34 SDMMC_HOST_FLAG_DDR, \
138 #define SDMMC_HOST_FLAG_DDR BIT(4) /*!< host supports DDR mode for SD/MMC */ macro
134 …keeping :c:macro:`SDMMC_FREQ_HIGHSPEED` frequency, clear :c:macro:`SDMMC_HOST_FLAG_DDR` bit in ``f…138 host.flags &= ~SDMMC_HOST_FLAG_DDR;
116 config.flags &= ~SDMMC_HOST_FLAG_DDR; in probe_sd()412 config.flags &= ~SDMMC_HOST_FLAG_DDR; in sd_test_rw_blocks()
54 if ((card->host.flags & SDMMC_HOST_FLAG_DDR) && in sdmmc_init_mmc_read_ext_csd()