Home
last modified time | relevance | path

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

/u-boot/include/
A Dfat.h31 #define FAT16BUFSIZE (FATBUFSIZE/2) macro
/u-boot/fs/fat/
A Dfat.c181 bufnum = entry / FAT16BUFSIZE; in get_fatent()
182 offset = entry - bufnum * FAT16BUFSIZE; in get_fatent()
A Dfat_write.c447 bufnum = entry / FAT16BUFSIZE; in set_fatent_value()
448 offset = entry - bufnum * FAT16BUFSIZE; in set_fatent_value()

Completed in 8 milliseconds