Searched refs:SizeInBytes (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNC/ |
D | QNCSmmHelpers.c | 251 switch (BitDesc->SizeInBytes) { in ReadBitDesc() 294 switch (BitDesc->SizeInBytes) { in ReadBitDesc() 339 ASSERT (BitDesc->SizeInBytes <= 8); in ReadBitDesc() 340 CopyMem (&Register, BitDesc->Reg.Data.Mmio, BitDesc->SizeInBytes); in ReadBitDesc() 354 switch (BitDesc->SizeInBytes) { in ReadBitDesc() 429 switch (BitDesc->SizeInBytes) { in WriteBitDesc() 466 switch (BitDesc->SizeInBytes) { in WriteBitDesc() 505 ASSERT (BitDesc->SizeInBytes <= 8); in WriteBitDesc() 506 CopyMem (&Register, BitDesc->Reg.Data.Mmio, BitDesc->SizeInBytes); in WriteBitDesc() 509 CopyMem (BitDesc->Reg.Data.Mmio, &Register, BitDesc->SizeInBytes); in WriteBitDesc() [all …]
|
/device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/ |
D | FrameBufferBltLib.c | 248 UINTN SizeInBytes; in BltLibVideoFill() local 312 SizeInBytes = WidthInBytes * Height; in BltLibVideoFill() 313 if (SizeInBytes >= 8) { in BltLibVideoFill() 314 SetMem32 (BltMemDst, SizeInBytes & ~3, (UINT32) WideFill); in BltLibVideoFill() 315 SizeInBytes = SizeInBytes & 3; in BltLibVideoFill() 317 if (SizeInBytes > 0) { in BltLibVideoFill() 318 SetMem (BltMemDst, SizeInBytes, (UINT8)(UINTN) WideFill); in BltLibVideoFill() 329 SizeInBytes = WidthInBytes; in BltLibVideoFill() 330 if (SizeInBytes >= 8) { in BltLibVideoFill() 331 SetMem64 (BltMemDst, SizeInBytes & ~7, WideFill); in BltLibVideoFill() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FrameBufferBltLib/ |
D | FrameBufferBltLib.c | 194 UINTN SizeInBytes; in FrameBufferBltLibVideoFill() local 262 SizeInBytes = WidthInBytes * Height; in FrameBufferBltLibVideoFill() 263 if (SizeInBytes >= 8) { in FrameBufferBltLibVideoFill() 264 SetMem32 (Destination, SizeInBytes & ~3, (UINT32) WideFill); in FrameBufferBltLibVideoFill() 265 SizeInBytes &= 3; in FrameBufferBltLibVideoFill() 267 if (SizeInBytes > 0) { in FrameBufferBltLibVideoFill() 268 SetMem (Destination, SizeInBytes, (UINT8) (UINTN) WideFill); in FrameBufferBltLibVideoFill() 279 SizeInBytes = WidthInBytes; in FrameBufferBltLibVideoFill() 280 if (SizeInBytes >= 8) { in FrameBufferBltLibVideoFill() 281 SetMem64 (Destination, SizeInBytes & ~7, WideFill); in FrameBufferBltLibVideoFill() [all …]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/ |
D | EfiJump.h | 92 IN UINTN SizeInBytes
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/ |
D | PlDebugSupport.h | 135 IN UINTN SizeInBytes
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/ |
D | QNCSmm.h | 140 UINT8 SizeInBytes; // of the register member
|