Home
last modified time | relevance | path

Searched refs:SizeInBytes (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNC/
DQNCSmmHelpers.c251 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/
DFrameBufferBltLib.c248 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/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/
DEfiJump.h92 IN UINTN SizeInBytes
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
DPlDebugSupport.h135 IN UINTN SizeInBytes
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/
DQNCSmm.h140 UINT8 SizeInBytes; // of the register member