Home
last modified time | relevance | path

Searched refs:PEI_FAT_MAX_BLOCK_DEVICE (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/FatPkg/FatPei/
DPart.c83 } while (Found && PrivateData->BlockDeviceCount <= PEI_FAT_MAX_BLOCK_DEVICE); in FatFindPartitions()
121 if (ParentBlockDevNo > PEI_FAT_MAX_BLOCK_DEVICE - 1) { in FatFindEltoritoPartitions()
283 if (PrivateData->BlockDeviceCount < PEI_FAT_MAX_BLOCK_DEVICE) { in FatFindEltoritoPartitions()
408 if (ParentBlockDevNo > PEI_FAT_MAX_BLOCK_DEVICE - 1) { in FatFindMbrPartitions()
441 if (PrivateData->BlockDeviceCount < PEI_FAT_MAX_BLOCK_DEVICE) { in FatFindMbrPartitions()
DFatLitePeim.h44 #define PEI_FAT_MAX_BLOCK_DEVICE 64 macro
163 PEI_FAT_BLOCK_DEVICE BlockDevice[PEI_FAT_MAX_BLOCK_DEVICE];
DFatLiteLib.c74 if (BlockDeviceNo > PEI_FAT_MAX_BLOCK_DEVICE - 1) { in FatReadBlock()
186 if (BlockDeviceNo >= PEI_FAT_MAX_BLOCK_DEVICE) { in FatGetCacheBlock()
DFatLiteApi.c127 … Index <= NumberBlockDevices && PrivateData->BlockDeviceCount < PEI_FAT_MAX_BLOCK_DEVICE; Index++)… in UpdateBlocksAndVolumes()