Home | History | Annotate | Download | only in DwMmcHcDxe

Lines Matching defs:ExtCsd

317   @param[out] ExtCsd        The buffer to store the content of the EXT_CSD register.

327 OUT EMMC_EXT_CSD *ExtCsd
348 Packet.InDataBuffer = ExtCsd;
838 EMMC_EXT_CSD ExtCsd;
879 Status = EmmcGetExtCsd (PassThru, Slot, &ExtCsd);
891 if (((ExtCsd.DeviceType & (BIT4 | BIT5)) != 0) && (Private->Capability[Slot].Sdr104 != 0)) {
895 } else if (((ExtCsd.DeviceType & (BIT2 | BIT3)) != 0) && (Private->Capability[Slot].Ddr50 != 0)) {
899 } else if (((ExtCsd.DeviceType & BIT1) != 0) && (Private->Capability[Slot].HighSpeed != 0)) {
903 } else if (((ExtCsd.DeviceType & BIT0) != 0) && (Private->Capability[Slot].HighSpeed != 0)) {