Home
last modified time | relevance | path

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

/u-boot/include/
A Dfat.h32 #define FAT32BUFSIZE (FATBUFSIZE/4) macro
/u-boot/fs/fat/
A Dfat.c177 bufnum = entry / FAT32BUFSIZE; in get_fatent()
178 offset = entry - bufnum * FAT32BUFSIZE; in get_fatent()
A Dfat_write.c443 bufnum = entry / FAT32BUFSIZE; in set_fatent_value()
444 offset = entry - bufnum * FAT32BUFSIZE; in set_fatent_value()

Completed in 8 milliseconds