Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfat.h28 #define FAT12BUFSIZE ((FATBUFSIZE*2)/3) macro
/external/u-boot/fs/fat/
Dfat_write.c380 bufnum = entry / FAT12BUFSIZE; in set_fatent_value()
381 offset = entry - bufnum * FAT12BUFSIZE; in set_fatent_value()
Dfat.c182 bufnum = entry / FAT12BUFSIZE; in get_fatent()
183 offset = entry - bufnum * FAT12BUFSIZE; in get_fatent()