Home
last modified time | relevance | path

Searched refs:NumberOfBlocks (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/n1sdp/
H A D0005-Platform-ARM-N1Sdp-NOR-flash-Dxe-Driver-for-N1Sdp.patch1699 + @param[out] NumberOfBlocks Pointer to a caller-allocated UINTN in
1716 + OUT UINTN *NumberOfBlocks
2214 + @param[out] NumberOfBlocks Pointer to a caller-allocated UINTN in
2231 + OUT UINTN *NumberOfBlocks
2251 + *NumberOfBlocks = (UINTN) (Instance->LastBlock - Lba + 1);
2254 + "FvbGetBlockSize: *BlockSize=0x%x, *NumberOfBlocks=0x%x.\n", *BlockSize,
2255 + *NumberOfBlocks));
/openbmc/linux/drivers/scsi/
H A Dips.h895 uint32_t NumberOfBlocks; member