Searched refs:IS_LAST_CLUST (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/fs/fat/ |
H A D | fat_write.c | 714 IS_LAST_CLUST(curclust, mydata->fatsize)) { in set_contents() 734 if (IS_LAST_CLUST(curclust, mydata->fatsize)) in set_contents() 738 if (!IS_LAST_CLUST(newclust, mydata->fatsize) && in set_contents() 748 if (IS_LAST_CLUST(curclust, mydata->fatsize)) { in set_contents() 757 assert(IS_LAST_CLUST(curclust, mydata->fatsize) || in set_contents() 770 if (IS_LAST_CLUST(newclust, mydata->fatsize)) in set_contents() 802 if (IS_LAST_CLUST(newclust, mydata->fatsize)) in set_contents() 812 if (!IS_LAST_CLUST(newclust, mydata->fatsize)) { in set_contents() 844 if (IS_LAST_CLUST(newclust, mydata->fatsize)) { in set_contents()
|
/openbmc/u-boot/include/ |
H A D | fat.h | 83 #define IS_LAST_CLUST(x, fatsize) ((x) >= ((fatsize) != 32 ? \ macro
|