Home | History | Annotate | Download | only in SdMmcPciHcDxe

Lines Matching refs:Ocr

169   @param[out] Ocr            The buffer to store returned OCR register value.

184 OUT UINT32 *Ocr
228 *Ocr = SdMmcStatusBlk.Resp0;
1011 UINT32 Ocr;
1040 // 3. Send SDIO Cmd5 to the device to the SDIO device OCR register.
1050 Status = SdCardSendOpCond (PassThru, Slot, 0, 0, FALSE, FALSE, FALSE, &Ocr);
1101 Status = SdCardSendOpCond (PassThru, Slot, 0, Ocr, S18r, Xpc, TRUE, &Ocr);
1103 DEBUG ((DEBUG_ERROR, "SdCardIdentification: SdCardSendOpCond fails with %r Ocr %x, S18r %x, Xpc %x\n", Status, Ocr, S18r, Xpc));
1106 } while ((Ocr & BIT31) == 0);
1116 ((Ocr & BIT24) != 0)) {
1178 Status = SdCardSetBusMode (PciIo, PassThru, Slot, Rca, ((Ocr & BIT24) != 0));