Lines Matching refs:resp
1002 uint32_t resp[4]; in identify_mmc_card() local
1011 ret = esdhc_wait_response(mmc, resp); in identify_mmc_card()
1027 ret = esdhc_wait_response(mmc, resp); in identify_mmc_card()
1031 } while (((resp[0] & MMC_OCR_BUSY) == 0U) && in identify_mmc_card()
1038 if ((resp[0] & MMC_OCR_CCS) == MMC_OCR_CCS) { in identify_mmc_card()
1061 uint32_t resp[4]; in check_for_sd_card() local
1068 ret = esdhc_wait_response(mmc, resp); in check_for_sd_card()
1079 ret = esdhc_wait_response(mmc, resp); in check_for_sd_card()
1082 } else if ((resp[0] & U(0xFF)) == U(0xAA)) { /* ver 2.0 or later */ in check_for_sd_card()
1097 ret = esdhc_wait_response(mmc, resp); in check_for_sd_card()
1113 ret = esdhc_wait_response(mmc, resp); in check_for_sd_card()
1119 } while (((resp[0] & MMC_OCR_BUSY) == 0U) && in check_for_sd_card()
1128 if ((resp[0] & MMC_OCR_CCS) == MMC_OCR_CCS) { in check_for_sd_card()