Searched defs:MemAddress (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
H A DEfiRegTableLib.h106 UINT32 MemAddress; member in struct:__anon4851
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
H A DEfiRegTableLib.h100 UINT32 MemAddress;
121 UINT32 MemAddress;
91 UINT32 MemAddress; member in struct:__anon9866
112 UINT32 MemAddress; member in struct:__anon9868
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
H A DFbGop.c1053 @param MemAddress Physical frame buffer base address
1065 IN VOID *MemAddress,
1079 FrameBufferAddr = (UINTN) MemAddress + (DestinationY * BytesPerScanLine) + DestinationX * VbePixelWidth;
1201 VOID *MemAddress; local
1215 MemAddress = Mode->LinearFrameBuffer;
1317 MemAddress,
1365 MemAddress,
1403 MemAddress,
1062 CopyVideoBuffer( IN EFI_PCI_IO_PROTOCOL *PciIo, IN UINT8 *VbeBuffer, IN VOID *MemAddress, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN TotalBytes, IN UINT32 VbePixelWidth, IN UINTN BytesPerScanLine ) argument
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
H A DBiosVideo.c1798 @param MemAddress - Physical frame buffer base address
1812 IN VOID *MemAddress,
1826 FrameBufferAddr = (UINTN) MemAddress + (DestinationY * BytesPerScanLine) + DestinationX * VbePixelWidth;
1948 VOID *MemAddress; local
1964 MemAddress = Mode->LinearFrameBuffer;
2066 MemAddress,
2113 MemAddress,
2151 MemAddress,
2366 UINT8 *MemAddress; local
2398 MemAddress
1809 CopyVideoBuffer( IN EFI_PCI_IO_PROTOCOL *PciIo, IN UINT8 *VbeBuffer, IN VOID *MemAddress, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN TotalBytes, IN UINT32 VbePixelWidth, IN UINTN BytesPerScanLine ) argument
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c2130 @param MemAddress Physical frame buffer base address
2142 IN VOID *MemAddress,
2156 FrameBufferAddr = (UINTN) MemAddress + (DestinationY * BytesPerScanLine) + DestinationX * VbePixelWidth;
2278 VOID *MemAddress; local
2292 MemAddress = Mode->LinearFrameBuffer;
2394 MemAddress,
2442 MemAddress,
2480 MemAddress,
2764 UINT8 *MemAddress; local
2799 MemAddress
2139 CopyVideoBuffer( IN EFI_PCI_IO_PROTOCOL *PciIo, IN UINT8 *VbeBuffer, IN VOID *MemAddress, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN TotalBytes, IN UINT32 VbePixelWidth, IN UINTN BytesPerScanLine ) argument
[all...]

Completed in 132 milliseconds