Searched refs:RawBufferPointer (Results 1 – 2 of 2) sorted by relevance
165 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()
98 UINT8 *RawBufferPointer; member