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()
577 if (cmd.response[0] & OCR_BUSY) in sd_send_op_cond()652 if (mmc->ocr & OCR_BUSY) in mmc_send_op_cond()667 if (!(mmc->ocr & OCR_BUSY)) { in mmc_complete_op_cond()676 if (mmc->ocr & OCR_BUSY) in mmc_complete_op_cond()
152 #define OCR_BUSY 0x80000000 macro