Searched refs:BlockIndex (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/Omap35xxPkg/Flash/ |
D | Flash.c | 54 UINTN BlockIndex, in GetActualPageAddressInBytes() argument 60 …return ((BlockIndex << gNandFlashInfo->BlockAddressStart) + (PageIndex << gNandFlashInfo->PageAddr… in GetActualPageAddressInBytes() 284 IN UINTN BlockIndex, in NandReadPage() argument 299 Address = GetActualPageAddressInBytes(BlockIndex, PageIndex); in NandReadPage() 353 IN UINTN BlockIndex, in NandWritePage() argument 367 Address = GetActualPageAddressInBytes(BlockIndex, PageIndex); in NandWritePage() 432 IN UINTN BlockIndex in NandEraseBlock() argument 440 Address = GetActualPageAddressInBytes(BlockIndex, 0); in NandEraseBlock() 471 DEBUG ((EFI_D_ERROR, "Erase block timed out for Block: %d.\n", BlockIndex)); in NandEraseBlock() 491 UINTN BlockIndex; in NandReadBlock() local [all …]
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Flash/ |
D | Flash.c | 54 UINTN BlockIndex, in GetActualPageAddressInBytes() argument 60 …return ((BlockIndex << gNandFlashInfo->BlockAddressStart) + (PageIndex << gNandFlashInfo->PageAddr… in GetActualPageAddressInBytes() 284 IN UINTN BlockIndex, in NandReadPage() argument 299 Address = GetActualPageAddressInBytes(BlockIndex, PageIndex); in NandReadPage() 353 IN UINTN BlockIndex, in NandWritePage() argument 367 Address = GetActualPageAddressInBytes(BlockIndex, PageIndex); in NandWritePage() 432 IN UINTN BlockIndex in NandEraseBlock() argument 440 Address = GetActualPageAddressInBytes(BlockIndex, 0); in NandEraseBlock() 471 DEBUG ((EFI_D_ERROR, "Erase block timed out for Block: %d.\n", BlockIndex)); in NandEraseBlock() 491 UINTN BlockIndex; in NandReadBlock() local [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/ |
D | FwVol.c | 86 UINTN BlockIndex; in ReadFvbData() local 93 BlockIndex = 0; in ReadFvbData() 121 BlockIndex = 0; in ReadFvbData() 122 while (BlockIndex < NumberOfBlocks && DataSize >= BlockSize) { in ReadFvbData() 123 Status = Fvb->Read (Fvb, *StartLba + BlockIndex, 0, &BlockSize, Data); in ReadFvbData() 129 BlockIndex ++; in ReadFvbData() 149 Status = Fvb->Read (Fvb, *StartLba + BlockIndex, 0, &DataSize, Data); in ReadFvbData() 158 *StartLba += BlockIndex; in ReadFvbData()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVolBlock/ |
D | FwVolBlock.c | 463 UINTN BlockIndex; in ProduceFVBProtocolOnBuffer() local 544 BlockIndex = 0; in ProduceFVBProtocolOnBuffer() 549 FvbDev->LbaCache[BlockIndex].Base = LinearOffset; in ProduceFVBProtocolOnBuffer() 550 FvbDev->LbaCache[BlockIndex].Length = PtrBlockMapEntry->Length; in ProduceFVBProtocolOnBuffer() 552 BlockIndex++; in ProduceFVBProtocolOnBuffer()
|
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/ |
D | Variable.c | 138 UINTN BlockIndex; in AccessVariableStore() local 217 for (BlockIndex = 0; BlockIndex < PtrBlockMapEntry->NumBlocks; BlockIndex++) { in AccessVariableStore()
|