Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DInit.c260 if (BlockAlignment > MAX_BLOCK_ALIGNMENT || BlockAlignment < MIN_BLOCK_ALIGNMENT) { in FatOpenDevice()
DFat.h72 #define MAX_BLOCK_ALIGNMENT 12 macro