Lines Matching defs:ocr
400 uint32_t ocr = 0, newOcr, rc, limit = 0;
409 ocr = 0;
414 ocr = newOcr;
416 } while (((ocr & SD_CARD_BUSY) == 0) && (limit < SD_CARD_RETRY_LIMIT));
424 /* Save the ocr register */
425 handle->device->ctrl.ocr = ocr;
478 handle->device->ctrl.ocr |= SD_CARD_HIGH_CAPACITY;
482 if (handle->device->ctrl.ocr & SD_CARD_HIGH_CAPACITY) {
871 resp->data.r4.ocr = cardStatus;
899 resp->data.r3.ocr = cardStatus;