Home
last modified time | relevance | path

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

/u-boot/include/
A Dfat.h30 #define FAT12BUFSIZE ((FATBUFSIZE*2)/3) macro
/u-boot/fs/fat/
A Dfat.c185 bufnum = entry / FAT12BUFSIZE; in get_fatent()
186 offset = entry - bufnum * FAT12BUFSIZE; in get_fatent()
A Dfat_write.c451 bufnum = entry / FAT12BUFSIZE; in set_fatent_value()
452 offset = entry - bufnum * FAT12BUFSIZE; in set_fatent_value()

Completed in 8 milliseconds