Home
last modified time | relevance | path

Searched defs:Val (Results 1 – 25 of 30) sorted by relevance

12

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiUiLib/
DEfiUiLib.c28 OUT UINT64 *Val, in EfiStringToValue()
96 IN UINT64 Val in StrHzToString()
198 IN UINT64 Val in StrBytesToString()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
DPciHostBridge.h44 #define PCIE_ROOTPORT_WRITE32(Add, Val) { UINT32 Value = (UINT32)(Val); CpuIo->Mem.Write (CpuIo,Efi… argument
45 #define PCIE_ROOTPORT_READ32(Add, Val) { CpuIo->Mem.Read (CpuIo,EfiCpuIoWidthUint32,(UINT64)(PcdGet… argument
47 #define PCIE_CONTROL_WRITE32(Add, Val) { UINT32 Value = (UINT32)(Val); CpuIo->Mem.Write (CpuIo,EfiC… argument
48 #define PCIE_CONTROL_READ32(Add, Val) { CpuIo->Mem.Read (CpuIo,EfiCpuIoWidthUint32,(UINT64)(PcdGet6… argument
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
DTcpFunc.h21 #define TCP_COMP_VAL(Min, Max, Default, Val) \ argument
/device/linaro/bootloader/edk2/EmbeddedPkg/Application/AndroidFastboot/
DAndroidBootImg.c18 #define IS_POWER_OF_2(Val) (Val != 0 && ((Val & (Val - 1)) == 0)) argument
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Isp1761UsbDxe/
DIsp1761UsbDxe.h22 #define WRITE_REG32(Offset, Val) MmioWrite32 (ISP1761_USB_BASE + Offset, Val) argument
23 #define WRITE_REG16(Offset, Val) MmioWrite32 (ISP1761_USB_BASE + Offset, (UINT32) Val) argument
24 #define WRITE_REG8(Offset, Val) MmioWrite32 (ISP1761_USB_BASE + Offset, (UINT32) Val) argument
/device/linaro/bootloader/edk2/OvmfPkg/Library/VirtioMmioDeviceLib/
DVirtioMmioDevice.h40 #define VIRTIO_CFG_WRITE(Device, Offset, Val) \ argument
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
DElfConvert.c67 UINT16 Val in CoffAddFixupEntry()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyDxe/
DInitPeripherals.c161 UINT32 Val; in UartInit() local
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellEnvVar.h26 CHAR16 *Val; member
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/ArmV7/
DArmV7Mmu.c51 UINTN Val; in PreferNonshareableMemory() local
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
DTcp4Dispatcher.c18 #define TCP_COMP_VAL(Min, Max, Default, Val) \ argument
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckPcdLib/
DVarCheckPcdLibNullClass.c47 CHAR8 Val[50]; in VarCheckPcdInternalDumpHex() local
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
DVarCheckHiiLibNullClass.c38 CHAR8 Val[50]; in VarCheckHiiInternalDumpHex() local
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DUefiShellDebug1CommandsLib.c153 CHAR8 Val[50]; in DumpHex() local
/device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/
DBaseUefiDecompressLib.c275 UINT16 Val; in DecodeP() local
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/
DBaseUefiDecompressLib.c288 UINT16 Val; in GlueDecodeP() local
/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
DE100b.c162 UINT8 Val; in OutByte() local
197 UINT16 Val; in OutWord() local
232 UINT32 Val; in OutLong() local
DInit.c818 INT32 Val; in AppendMac2DevPath() local
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
DBaseUefiTianoCustomDecompressLib.c265 UINT16 Val; in DecodeP() local
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/
DTftp.c571 UINTN Val; in StringToUint16() local
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/AArch64/
DAArch64Mmu.c506 UINT64 Val; in ArmSetMemoryRegionNoExec() local
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DDwUsbDxe.h23 #define WRITE_REG32(Offset, Val) MmioWrite32 (DW_USB_BASE + Offset, Val) argument
24 #define WRITE_REG16(Offset, Val) MmioWrite32 (DW_USB_BASE + Offset, (UINT32) Val) argument
25 #define WRITE_REG8(Offset, Val) MmioWrite32 (DW_USB_BASE + Offset, (UINT32) Val) argument
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DSimpleFileParsing.c533 unsigned Val; in SFPGetNumber() local
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DDecompress.c319 UINT16 Val; in DecodeP() local
/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
DTianoDecompress.c316 UINT16 Val; in DecodeP() local

12