Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfat.h28 #define FAT12BUFSIZE ((FATBUFSIZE*2)/3) macro
/openbmc/u-boot/fs/fat/
H A Dfat.c183 bufnum = entry / FAT12BUFSIZE; in get_fatent()
184 offset = entry - bufnum * FAT12BUFSIZE; in get_fatent()
H A Dfat_write.c279 bufnum = entry / FAT12BUFSIZE; in set_fatent_value()
280 offset = entry - bufnum * FAT12BUFSIZE; in set_fatent_value()