Home
last modified time | relevance | path

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

/u-boot/fs/fat/
A Dfat_write.c942 IS_LAST_CLUST(curclust, mydata->fatsize)) { in set_contents()
962 if (IS_LAST_CLUST(curclust, mydata->fatsize)) in set_contents()
966 if (!IS_LAST_CLUST(newclust, mydata->fatsize) && in set_contents()
976 if (IS_LAST_CLUST(curclust, mydata->fatsize)) { in set_contents()
985 assert(IS_LAST_CLUST(curclust, mydata->fatsize) || in set_contents()
1000 if (IS_LAST_CLUST(newclust, mydata->fatsize)) in set_contents()
1032 if (IS_LAST_CLUST(newclust, mydata->fatsize)) in set_contents()
1042 if (!IS_LAST_CLUST(newclust, mydata->fatsize)) { in set_contents()
1074 if (IS_LAST_CLUST(newclust, mydata->fatsize)) { in set_contents()
/u-boot/include/
A Dfat.h85 #define IS_LAST_CLUST(x, fatsize) ((x) >= ((fatsize) != 32 ? \ macro

Completed in 6 milliseconds