HomeSort by relevance Sort by last modified time
    Searched refs:Ocr (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
MmcDebug.c 86 IN UINT32 Ocr
100 if (Ocr & (1 << Loop)) {
111 DEBUG ((EFI_D_ERROR, "- PrintOCR Ocr (0x%X)\n",Ocr));
113 if (((Ocr >> 29) & 3) == 0) {
116 DEBUG ((EFI_D_ERROR, "\t- AccessMode: Block Mode (0x%X)\n", ((Ocr >> 29) & 3)));
119 if (Ocr & MMC_OCR_POWERUP) {
MmcIdentification.c 22 OCR Ocr;
506 // Send CMD1 to get OCR (MMC)
515 DEBUG ((EFI_D_ERROR, "MmcIdentificationMode() : Failed to receive OCR, Status=%r.\n", Status));
519 } while (!OcrResponse.Ocr.PowerUp && (Timeout > 0));
521 if (!OcrResponse.Ocr.PowerUp) {
525 OcrResponse.Ocr.PowerUp = 0;
589 DEBUG ((EFI_D_ERROR, "MmcIdentificationMode() : Failed to receive OCR, Status=%r.\n", Status));
602 DEBUG ((EFI_D_ERROR, "MmcIdentificationMode() : Failed to receive OCR, Status=%r.\n", Status));
Mmc.h 77 } OCR;
312 OCR OCRData;
532 IN UINT32 Ocr

Completed in 545 milliseconds