Home | History | Annotate | Download | only in sdmmc

Lines Matching refs:c_resp

652 			if (!ISSET(MMC_SPI_R1(cmd.c_resp), R1_SPI_IDLE))
655 if (ISSET(MMC_R3(cmd.c_resp), MMC_OCR_MEM_READY) ||
666 *ocrp = MMC_R3(cmd.c_resp);
672 SDMMCDEVNAME(sc), error, MMC_R3(cmd.c_resp)));
692 *ocrp = MMC_SPI_R7(cmd.c_resp);
694 *ocrp = MMC_R7(cmd.c_resp);
1205 error = sdmmc_mem_send_cxd_data(sc, MMC_SEND_CID, &cmd.c_resp,
1206 sizeof(cmd.c_resp));
1211 sdmmc_dump_data("CID", cmd.c_resp, sizeof(cmd.c_resp));
1214 memcpy(resp, &cmd.c_resp, sizeof(*resp));
1233 error = sdmmc_mem_send_cxd_data(sc, MMC_SEND_CSD, &cmd.c_resp,
1234 sizeof(cmd.c_resp));
1239 sdmmc_dump_data("CSD", cmd.c_resp, sizeof(cmd.c_resp));
1242 memcpy(resp, &cmd.c_resp, sizeof(*resp));
1810 } while (!ISSET(MMC_R1(cmd.c_resp), MMC_R1_READY_FOR_DATA));
1970 if (ISSET(MMC_R1(cmd.c_resp), MMC_R1_SWITCH_ERROR)) {
1975 } while (!ISSET(MMC_R1(cmd.c_resp), MMC_R1_READY_FOR_DATA));
2004 *card_ocr = cmd.c_resp[1];
2006 SDMMCDEVNAME(sc), error, cmd.c_resp[1]));
2169 } while (!ISSET(MMC_R1(cmd.c_resp), MMC_R1_READY_FOR_DATA));
2407 } while (!ISSET(MMC_R1(cmd.c_resp), MMC_R1_READY_FOR_DATA));