Home
last modified time | relevance | path

Searched refs:Ocr (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
DMmcDebug.c86 IN UINT32 Ocr in PrintOCR() argument
100 if (Ocr & (1 << Loop)) { in PrintOCR()
111 DEBUG ((EFI_D_ERROR, "- PrintOCR Ocr (0x%X)\n",Ocr)); in PrintOCR()
113 if (((Ocr >> 29) & 3) == 0) { in PrintOCR()
116 DEBUG ((EFI_D_ERROR, "\t- AccessMode: Block Mode (0x%X)\n", ((Ocr >> 29) & 3))); in PrintOCR()
119 if (Ocr & MMC_OCR_POWERUP) { in PrintOCR()
DMmcIdentification.c22 OCR Ocr; member
519 } while (!OcrResponse.Ocr.PowerUp && (Timeout > 0)); in MmcIdentificationMode()
521 if (!OcrResponse.Ocr.PowerUp) { in MmcIdentificationMode()
525 OcrResponse.Ocr.PowerUp = 0; in MmcIdentificationMode()
DMmc.h532 IN UINT32 Ocr