Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
DCEATABlockIo.c371 if (CardData->IndentifyDeviceData.MaxWritesPerAddress == 0) { in CEATABlockIoInit()
375 CardData->BlockIoMedia.BlockSize = (1 << CardData->IndentifyDeviceData.Sectorsize); in CEATABlockIoInit()
379 MaxSize = *(UINT64*)(CardData->IndentifyDeviceData.MaximumLBA); in CEATABlockIoInit()
DSDMediaDevice.h104 IDENTIFY_DEVICE_DATA IndentifyDeviceData; member
DCEATA.c405 (UINT8*)&(CardData->IndentifyDeviceData), in IndentifyDevice()