Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dfat.h32 #define FAT32BUFSIZE (FATBUFSIZE/4) macro
/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat_write.c373 bufnum = entry / FAT32BUFSIZE; in set_fatent_value()
374 offset = entry - bufnum * FAT32BUFSIZE; in set_fatent_value()
H A Dfat.c181 bufnum = entry / FAT32BUFSIZE; in get_fatent()
182 offset = entry - bufnum * FAT32BUFSIZE; in get_fatent()