Home
last modified time | relevance | path

Searched refs:CSDRegister (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
DMMCSDTransfer.c400 switch (CardData->CSDRegister.TRAN_SPEED & 0x7) { in CaculateCardParameter()
422 switch ((CardData->CSDRegister.TRAN_SPEED >> 3) & 0xF) { in CaculateCardParameter()
499 CardData->BlockLen = 1 << CardData->CSDRegister.READ_BL_LEN; in CaculateCardParameter()
502 ASSERT(CardData->CSDRegister.CSD_STRUCTURE == 1); in CaculateCardParameter()
503 CsdSDV2 = (CSD_SDV2*)&CardData->CSDRegister; in CaculateCardParameter()
513 CSize = CardData->CSDRegister.C_SIZELow2 | (CardData->CSDRegister.C_SIZEHigh10 << 2); in CaculateCardParameter()
514 …CardData->BlockNumber = MultU64x32 (LShiftU64 (1, CardData->CSDRegister.C_SIZE_MULT + 2), CSize + … in CaculateCardParameter()
1214 (UINT32*)&(CardData->CSDRegister) in MMCSDCardInit()
1221 DEBUG((EFI_D_INFO, "CardData->CSDRegister.SPEC_VERS = 0x%x\n", CardData->CSDRegister.SPEC_VERS)); in MMCSDCardInit()
1222 …DEBUG((EFI_D_INFO, "CardData->CSDRegister.CSD_STRUCTURE = 0x%x\n", CardData->CSDRegister.CSD_STRUC… in MMCSDCardInit()
[all …]
DCEATABlockIo.c353 if (CardData->CSDRegister.PERM_WRITE_PROTECT | CardData->CSDRegister.TMP_WRITE_PROTECT) { in CEATABlockIoInit()
DMMCSDBlockIo.c526 if (CardData->CSDRegister.PERM_WRITE_PROTECT || CardData->CSDRegister.TMP_WRITE_PROTECT) { in MMCSDBlockIoInit()
DSDMediaDevice.h96 CSD CSDRegister; member