Home
last modified time | relevance | path

Searched refs:RawBufferPointer (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
DSDMediaDevice.c165 CardData->RawBufferPointer = (UINT8*)((UINTN)DMA_MEMORY_TOP); in SDMediaDeviceStart()
170 (EFI_PHYSICAL_ADDRESS *)(&CardData->RawBufferPointer) in SDMediaDeviceStart()
173 if (CardData->RawBufferPointer == NULL) { in SDMediaDeviceStart()
178 …CardData->AlignedBuffer = CardData->RawBufferPointer - ((UINTN)(CardData->RawBufferPointer) & (SDH… in SDMediaDeviceStart()
238 if (CardData->RawBufferPointer != NULL) { in SDMediaDeviceStart()
239 …gBS->FreePages ((EFI_PHYSICAL_ADDRESS) (UINTN) CardData->RawBufferPointer, EFI_SIZE_TO_PAGES (2 * … in SDMediaDeviceStart()
305 if (CardData->RawBufferPointer != NULL) { in SDMediaDeviceStop()
306 …gBS->FreePages ((EFI_PHYSICAL_ADDRESS) (UINTN) CardData->RawBufferPointer, EFI_SIZE_TO_PAGES (2 * … in SDMediaDeviceStop()
DSDMediaDevice.h98 UINT8 *RawBufferPointer; member