Lines Matching full:mmc
10 #include <zephyr/sd/mmc.h>
99 * Initialize MMC card for use with subsystem
109 /* SPI is not supported for MMC */ in mmc_card_init()
114 /* Probe to see if card is an MMC card */ in mmc_card_init()
119 /* Card is MMC card if no error in mmc_card_init()
120 * (Only MMC protocol supports CMD1) in mmc_card_init()
165 * Legacy MMC cards will initialize slowly in mmc_card_init()
235 LOG_DBG("MMC responded to CMD1 after %d attempts", retries); in mmc_send_op_cond()
249 LOG_DBG("Failed to switch MMC host to 1.8V"); in mmc_send_op_cond()
258 /* SD high Capacity is >2GB, the same as sector supporting MMC cards. */ in mmc_send_op_cond()
308 LOG_ERR("Legacy MMC cards are not supported."); in mmc_read_csd()
365 LOG_INF("Using Legacy MMC will have slow initialization"); in mmc_set_max_freq()
517 LOG_ERR("MMC Tuning failed: %d", ret); in mmc_set_timing()
529 LOG_ERR("Switching MMC back to HS from HS200 during HS400 init failed."); in mmc_set_timing()