HomeSort by relevance Sort by last modified time
    Searched refs:Ocr (Results 1 - 11 of 11) 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;
505 // Send CMD1 to get OCR (MMC)
514 DEBUG ((EFI_D_ERROR, "MmcIdentificationMode() : Failed to receive OCR, Status=%r.\n", Status));
518 } while (!OcrResponse.Ocr.PowerUp && (Timeout > 0));
520 if (!OcrResponse.Ocr.PowerUp) {
524 OcrResponse.Ocr.PowerUp = 0;
588 DEBUG ((EFI_D_ERROR, "MmcIdentificationMode() : Failed to receive OCR, Status=%r.\n", Status));
601 DEBUG ((EFI_D_ERROR, "MmcIdentificationMode() : Failed to receive OCR, Status=%r.\n", Status));
Mmc.h 86 } OCR;
320 OCR OCRData;
541 IN UINT32 Ocr
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
SdDevice.c 169 @param[out] Ocr The buffer to store returned OCR register value.
184 OUT UINT32 *Ocr
228 *Ocr = SdMmcStatusBlk.Resp0;
    [all...]
EmmcDevice.c 62 Send command SEND_OP_COND to the EMMC device to get the data of the OCR register.
69 On output, the argument is the value of OCR register.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
SdDevice.c 169 @param[out] Ocr The buffer to store returned OCR register value.
184 OUT UINT32 *Ocr
228 *Ocr = SdMmcStatusBlk.Resp0;
    [all...]
EmmcDevice.c 62 Send command SEND_OP_COND to the EMMC device to get the data of the OCR register.
69 On output, the argument is the value of OCR register.
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
SdDevice.c 169 @param[out] Ocr The buffer to store returned OCR register value.
184 OUT UINT32 *Ocr
228 *Ocr = SdMmcStatusBlk.Resp0;
924 UINT32 Ocr;
    [all...]
EmmcDevice.c 78 Send command SEND_OP_COND to the EMMC device to get the data of the OCR register.
85 On output, the argument is the value of OCR register.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
SdHci.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
EmmcHci.c     [all...]

Completed in 290 milliseconds