Home
last modified time | relevance | path

Searched refs:ExtCSDRegister (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
DMMCSDTransfer.c1010 (&(CardData->ExtCSDRegister.BUS_WIDTH)) - (UINTN)(&(CardData->ExtCSDRegister))); in MMCCardSetBusWidth()
1337 CopyMem (&(CardData->ExtCSDRegister), CardData->AlignedBuffer, sizeof (EXT_CSD)); in MMCSDCardInit()
1342 Data = (CardData->ExtCSDRegister.SEC_COUNT[0]) | in MMCSDCardInit()
1343 (CardData->ExtCSDRegister.SEC_COUNT[1] << 8) | in MMCSDCardInit()
1344 (CardData->ExtCSDRegister.SEC_COUNT[2] << 16) | in MMCSDCardInit()
1345 (CardData->ExtCSDRegister.SEC_COUNT[3] << 24); in MMCSDCardInit()
1351 …D_ERROR, "CardData->ExtCSDRegister.CARD_TYPE -> %d\n", (UINTN)CardData->ExtCSDRegister.CARD_TYPE)); in MMCSDCardInit()
1352 if ((CardData->ExtCSDRegister.CARD_TYPE & BIT2)|| in MMCSDCardInit()
1353 (CardData->ExtCSDRegister.CARD_TYPE & BIT3)) { in MMCSDCardInit()
1370 (&(CardData->ExtCSDRegister.HS_TIMING)) - (UINTN)(&(CardData->ExtCSDRegister))); in MMCSDCardInit()
[all …]
DMMCSDBlockIo.c150 if (!(CardData->ExtCSDRegister.CARD_TYPE & (BIT2 | BIT3))) { in MMCSDBlockReadBlocks()
373 if (!(CardData->ExtCSDRegister.CARD_TYPE & (BIT2 | BIT3))) { in MMCSDBlockWriteBlocks()
DSDMediaDevice.h97 EXT_CSD ExtCSDRegister; member