Searched refs:OCR_BUSY (Results 1 – 4 of 4) sorted by relevance
65 cmd->response[0] = OCR_BUSY | OCR_HCS; in sandbox_mmc_send_cmd()
204 cmd->response[0] = (r1 & R1_SPI_IDLE) ? 0 : OCR_BUSY; in mmc_spi_request()
575 if (cmd.response[0] & OCR_BUSY) in sd_send_op_cond()650 if (mmc->ocr & OCR_BUSY) in mmc_send_op_cond()665 if (!(mmc->ocr & OCR_BUSY)) { in mmc_complete_op_cond()674 if (mmc->ocr & OCR_BUSY) in mmc_complete_op_cond()
151 #define OCR_BUSY 0x80000000 macro