Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/FatPkg/FatPei/
DFatLiteAccess.c298 !FAT_CLUSTER_FUNCTIONAL (File->CurrentCluster) && in FatSetFilePos()
313 if (FAT_CLUSTER_FUNCTIONAL (File->CurrentCluster)) { in FatSetFilePos()
324 while (!FAT_CLUSTER_FUNCTIONAL (Cluster)) { in FatSetFilePos()
DFatLiteFmt.h39 #define FAT_CLUSTER_FUNCTIONAL(Cluster) (((Cluster) == 0) || ((Cluster) >= FAT_CLUSTER_SPECIAL)) macro