Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Applications/EepromCmd/
DEepromCmd.c287 Data = ShellHexStrToUintn (ValueStr); in ShellCommandRunEeprom()
291 Chip = ShellHexStrToUintn (ValueStr); in ShellCommandRunEeprom()
294 Bus = ShellHexStrToUintn (ValueStr); in ShellCommandRunEeprom()
297 Address = ShellHexStrToUintn (ValueStr); in ShellCommandRunEeprom()
300 Length = ShellHexStrToUintn (ValueStr); in ShellCommandRunEeprom()
308 Source = ShellHexStrToUintn (ValueStr); in ShellCommandRunEeprom()
/device/linaro/bootloader/OpenPlatformPkg/Applications/SpiTool/
DSpiFlashCmd.c337 Address = ShellHexStrToUintn (AddressStr); in ShellCommandRunSpiFlash()
349 Offset = ShellHexStrToUintn (OffsetStr); in ShellCommandRunSpiFlash()
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellLib.h1034 ShellHexStrToUintn(
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c3149 ShellHexStrToUintn( in ShellHexStrToUintn() function
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DPci.c2886 EnhancedDump = (UINT16) ShellHexStrToUintn (Temp); in ShellCommandRunPci()