HomeSort by relevance Sort by last modified time
    Searched defs:ExtCsd (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
EmmcBlockIoPei.c 105 { // ExtCsd
387 PartitionConfig = Private->Slot[SlotNum].ExtCsd.PartitionConfig;
401 Private->Slot[SlotNum].ExtCsd.PartitionConfig = PartitionConfig;
649 EMMC_EXT_CSD *ExtCsd;
743 ExtCsd = &Slot->ExtCsd;
744 if (ExtCsd->ExtCsdRev < 5) {
749 if ((ExtCsd->PartitioningSupport & BIT0) != BIT0) {
758 SecCount = *(UINT32*)&ExtCsd->SecCount;
763 Capacity = ExtCsd->BootSizeMult * SIZE_128KB;
    [all...]
EmmcBlockIoPei.h 55 EMMC_EXT_CSD ExtCsd;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
EmmcDevice.c 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)) {
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
EmmcDevice.c 301 @param[out] ExtCsd The buffer to store the content of the EXT_CSD register.
311 OUT EMMC_EXT_CSD *ExtCsd
332 Packet.InDataBuffer = ExtCsd;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
EmmcDevice.c 301 @param[out] ExtCsd The buffer to store the content of the EXT_CSD register.
311 OUT EMMC_EXT_CSD *ExtCsd
332 Packet.InDataBuffer = ExtCsd;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcDxe/
EmmcDxe.c 135 @param[in] ExtCsd Pointer to the EMMC_EXT_CSD data structure.
141 IN EMMC_EXT_CSD *ExtCsd
144 DEBUG((DEBUG_INFO, "==Dump Emmc ExtCsd Register==\n"));
145 DEBUG((DEBUG_INFO, " Supported Command Sets 0x%x\n", ExtCsd->CmdSet));
146 DEBUG((DEBUG_INFO, " HPI features 0x%x\n", ExtCsd->HpiFeatures));
147 DEBUG((DEBUG_INFO, " Background operations support 0x%x\n", ExtCsd->BkOpsSupport));
148 DEBUG((DEBUG_INFO, " Background operations status 0x%x\n", ExtCsd->BkopsStatus));
149 DEBUG((DEBUG_INFO, " Number of correctly programmed sectors 0x%x\n", *((UINT32*)&ExtCsd->CorrectlyPrgSectorsNum[0])));
150 DEBUG((DEBUG_INFO, " Initialization time after partitioning 0x%x\n", ExtCsd->IniTimeoutAp));
151 DEBUG((DEBUG_INFO, " TRIM Multiplier 0x%x\n", ExtCsd->TrimMult));
    [all...]
EmmcDxe.h 130 EMMC_EXT_CSD ExtCsd;
486 @param[out] ExtCsd The buffer to store the EXT_CSD register data.
496 OUT EMMC_EXT_CSD *ExtCsd

Completed in 74 milliseconds