Searched refs:MMC_R3 (Results 1 – 2 of 2) sorted by relevance
374 if (ISSET(MMC_R3(cmd.c_resp), MMC_OCR_MEM_READY) || in sdmmc_mem_send_op_cond()381 *ocrp = MMC_R3(cmd.c_resp); in sdmmc_mem_send_op_cond()
79 #define MMC_R3(resp) ((resp)[0]) macro