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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
SdBlockIoPei.c 33 { // Csd
496 SD_CSD *Csd;
590 Csd = &Slot->Csd;
591 if (Csd->CsdStructure == 0) {
593 CSize = (Csd->CSizeHigh << 2 | Csd->CSizeLow) + 1;
594 CSizeMul = (1 << (Csd->CSizeMul + 2));
595 ReadBlLen = (1 << (Csd->ReadBlLen));
599 Csd2 = (SD_CSD2*)(VOID*)Csd;
    [all...]
SdBlockIoPei.h 51 SD_CSD Csd;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdDxe/
SdDxe.c 76 { // Csd
90 Decode and print SD CSD Register content.
92 @param[in] Csd Pointer to SD_CSD data structure.
98 IN SD_CSD *Csd
103 DEBUG((DEBUG_INFO, "== Dump Sd Csd Register==\n"));
104 DEBUG((DEBUG_INFO, " CSD structure 0x%x\n", Csd->CsdStructure));
105 DEBUG((DEBUG_INFO, " Data read access-time 1 0x%x\n", Csd->Taac));
106 DEBUG((DEBUG_INFO, " Data read access-time 2 0x%x\n", Csd->Nsac));
107 DEBUG((DEBUG_INFO, " Max. bus clock frequency 0x%x\n", Csd->TranSpeed));
    [all...]
SdDxe.h 106 SD_CSD Csd;
436 Send command SEND_CSD to the device to get the CSD register data.
440 @param[out] Csd The buffer to store the SD_CSD register data.
451 OUT SD_CSD *Csd
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
EmmcDevice.c 214 Send command SEND_CSD to the EMMC device to get the data of the CSD register.
221 @param[out] Csd The buffer to store the content of the CSD register.
235 OUT EMMC_CSD *Csd
259 // Copy 128bit data for CSD structure.
261 CopyMem ((VOID *)Csd + 1, &SdMmcStatusBlk.Resp0, sizeof (EMMC_CSD) - 1);
837 EMMC_CSD Csd;
849 Status = EmmcGetCsd (PassThru, Slot, Rca, &Csd);
    [all...]
SdDevice.c 322 Send command SEND_CSD to the SD device to get the data of the CSD register.
329 @param[out] Csd The buffer to store the content of the CSD register.
343 OUT SD_CSD *Csd
369 CopyMem (((UINT8*)Csd) + 1, &SdMmcStatusBlk.Resp0, sizeof (SD_CSD) - 1);
376 Send command SEND_CSD to the SD device to get the data of the CSD register.
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
EmmcDevice.c 198 Send command SEND_CSD to the EMMC device to get the data of the CSD register.
205 @param[out] Csd The buffer to store the content of the CSD register.
219 OUT EMMC_CSD *Csd
245 CopyMem (((UINT8*)Csd) + 1, &SdMmcStatusBlk.Resp0, sizeof (EMMC_CSD) - 1);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
EmmcDevice.c 198 Send command SEND_CSD to the EMMC device to get the data of the CSD register.
205 @param[out] Csd The buffer to store the content of the CSD register.
219 OUT EMMC_CSD *Csd
245 CopyMem (((UINT8*)Csd) + 1, &SdMmcStatusBlk.Resp0, sizeof (EMMC_CSD) - 1);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
EmmcBlockIoPei.h 54 EMMC_CSD Csd;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcDxe/
EmmcDxe.c 84 Decode and print EMMC CSD Register content.
86 @param[in] Csd Pointer to EMMC_CSD data structure.
92 IN EMMC_CSD *Csd
95 DEBUG((DEBUG_INFO, "== Dump Emmc Csd Register==\n"));
96 DEBUG((DEBUG_INFO, " CSD structure 0x%x\n", Csd->CsdStructure));
97 DEBUG((DEBUG_INFO, " System specification version 0x%x\n", Csd->SpecVers));
98 DEBUG((DEBUG_INFO, " Data read access-time 1 0x%x\n", Csd->Taac));
99 DEBUG((DEBUG_INFO, " Data read access-time 2 0x%x\n", Csd->Nsac));
100 DEBUG((DEBUG_INFO, " Max. bus clock frequency 0x%x\n", Csd->TranSpeed));
    [all...]
EmmcDxe.h 128 EMMC_CSD Csd;
445 Send command SEND_CSD to the device to get the CSD register data.
449 @param[out] Csd The buffer to store the EMMC_CSD register data.
460 OUT EMMC_CSD *Csd
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
ConsistMapping.c 40 POOL_PRINT Csd;
209 Status = CatPrint (&MappingItem->Csd, L"%ld", Num);
211 Status = AppendCSDNum2 (&MappingItem->Csd, Num);
260 Status = CatPrint (&MappingItem->Csd, L"%c", *Index);
264 Status = CatPrint (&MappingItem->Csd, L"16");
273 Status = CatPrint (&MappingItem->Csd, L"1%c", *Index - 'a' + '0');
282 Status = CatPrint (&MappingItem->Csd, L"1%c", *Index - 'A' + '0');
298 Status = CatPrint (&MappingItem->Csd, L"%c", *Index - '0' + 'a');
300 Status = CatPrint (&MappingItem->Csd, L"%c", *Index - 'a' + 'k');
302 Status = CatPrint (&MappingItem->Csd, L"%c", *Index - 'A' + 'k');
    [all...]

Completed in 197 milliseconds