Searched refs:NumOfLba (Results 1 - 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
H A DFvbSmmCommon.h84 UINTN NumOfLba;
75 UINTN NumOfLba; member in struct:__anon9775
H A DFvbSmmDxe.c632 The EraseBlock() function erases NumOfLba blocks started from StartingLba.
636 @param[in] NumOfLba Number of block to erase.
649 IN UINTN NumOfLba
678 SmmFvbBlocksHeader->NumOfLba = NumOfLba;
723 UINTN NumOfLba;
737 NumOfLba = VA_ARG (Marker, UINT32);
738 if (NumOfLba == 0) {
754 NumOfLba = VA_ARG (Marker, UINT32);
755 Status = EraseBlock (This, StartingLba, NumOfLba);
714 UINTN NumOfLba; local
[all...]
H A DFvbService.c794 UINTN NumOfLba;
814 NumOfLba = VA_ARG (args, UINT32);
819 if (NumOfLba == 0) {
824 if ( ( StartingLba + NumOfLba ) > NumOfBlocks ) {
838 NumOfLba = VA_ARG (args, UINT32);
840 while ( NumOfLba > 0 ) {
847 NumOfLba --;
785 UINTN NumOfLba; local
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/
H A DNorFlashFvbDxe.c600 UINTN NumOfLba; // Number of Lba blocks to erase local
630 NumOfLba = VA_ARG (Args, UINT32);
633 DEBUG ((DEBUG_BLKIO, "FvbEraseBlocks: Check if: ( StartingLba=%ld + NumOfLba=%d - 1 ) > LastBlock=%ld.\n", Instance->StartLba + StartingLba, NumOfLba, Instance->Media.LastBlock));
634 if ((NumOfLba == 0) || ((Instance->StartLba + StartingLba + NumOfLba - 1) > Instance->Media.LastBlock)) {
658 NumOfLba = VA_ARG (Args, UINT32);
661 while (NumOfLba > 0) {
681 NumOfLba--;
/device/linaro/bootloader/edk2/OvmfPkg/EmuVariableFvbRuntimeDxe/
H A DFvb.c327 UINTN NumOfLba; local
343 NumOfLba = VA_ARG (args, UINT32);
348 if ((NumOfLba == 0) || (StartingLba > 1) || ((StartingLba + NumOfLba) > 2)) {
356 if ((StartingLba + NumOfLba) == 2) {
/device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/
H A DFWBlockService.c891 UINTN NumOfLba; local
909 NumOfLba = VA_ARG (args, UINT32);
914 if (NumOfLba == 0 || (StartingLba + NumOfLba) > NumOfBlocks) {
929 NumOfLba = VA_ARG (args, UINT32);
931 while (NumOfLba > 0) {
939 NumOfLba--;
/device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/
H A DFWBlockService.c930 UINTN NumOfLba; local
948 NumOfLba = VA_ARG (args, UINT32);
953 if ((NumOfLba == 0) || ((StartingLba + NumOfLba) > NumOfBlocks)) {
968 NumOfLba = VA_ARG (args, UINT32);
970 while (NumOfLba > 0) {
978 NumOfLba--;
/device/linaro/bootloader/edk2/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/
H A DFwBlockService.c629 UINTN NumOfLba; local
648 NumOfLba = VA_ARG (args, UINT32);
653 if ((NumOfLba == 0) || ((StartingLba + NumOfLba) > NumOfBlocks)) {
668 NumOfLba = VA_ARG (args, UINT32);
670 while (NumOfLba > 0) {
678 NumOfLba--;
/device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
H A DFWBlockService.c976 UINTN NumOfLba; local
994 NumOfLba = VA_ARG (args, UINT32);
999 if ((NumOfLba == 0) || ((StartingLba + NumOfLba) > NumOfBlocks)) {
1014 NumOfLba = VA_ARG (args, UINT32);
1016 while (NumOfLba > 0) {
1024 NumOfLba--;
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
H A DFwBlockService.c1198 UINTN NumOfLba; local
1217 NumOfLba = VA_ARG (args, UINT32);
1222 if (NumOfLba == 0) {
1227 if ((StartingLba + NumOfLba) > NumOfBlocks) {
1241 NumOfLba = VA_ARG (args, UINT32);
1243 while (NumOfLba > 0) {
1251 NumOfLba--;

Completed in 113 milliseconds