Home
last modified time | relevance | path

Searched refs:FAT16BUFSIZE (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dfat.h31 #define FAT16BUFSIZE (FATBUFSIZE/2) macro
/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat_write.c377 bufnum = entry / FAT16BUFSIZE; in set_fatent_value()
378 offset = entry - bufnum * FAT16BUFSIZE; in set_fatent_value()
H A Dfat.c185 bufnum = entry / FAT16BUFSIZE; in get_fatent()
186 offset = entry - bufnum * FAT16BUFSIZE; in get_fatent()