Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dfat.h30 #define FAT12BUFSIZE ((FATBUFSIZE*2)/3) macro
/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat_write.c381 bufnum = entry / FAT12BUFSIZE; in set_fatent_value()
382 offset = entry - bufnum * FAT12BUFSIZE; in set_fatent_value()
H A Dfat.c189 bufnum = entry / FAT12BUFSIZE; in get_fatent()
190 offset = entry - bufnum * FAT12BUFSIZE; in get_fatent()