Searched refs:MMC_R1 (Results 1 – 4 of 4) sorted by relevance
456 } while (!ISSET(MMC_R1(cmd.c_resp), MMC_R1_READY_FOR_DATA)); in sdmmc_mem_read_block()511 } while (!ISSET(MMC_R1(cmd.c_resp), MMC_R1_READY_FOR_DATA)); in sdmmc_mem_write_block()
735 MMC_R1(cmd->c_resp), datalen)); in sdhc_transfer_data()740 ISSET(MMC_R1(cmd->c_resp), 0xcb00)) in sdhc_transfer_data()742 HDEVNAME(hp), MMC_R1(cmd->c_resp) & 0xff00); in sdhc_transfer_data()
78 #define MMC_R1(resp) ((resp)[0]) macro
540 if (!ISSET(MMC_R1(acmd.c_resp), MMC_R1_APP_CMD)) { in sdmmc_app_command()