Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfat.h30 #define FAT32BUFSIZE (FATBUFSIZE/4) macro
/openbmc/u-boot/fs/fat/
H A Dfat.c175 bufnum = entry / FAT32BUFSIZE; in get_fatent()
176 offset = entry - bufnum * FAT32BUFSIZE; in get_fatent()
H A Dfat_write.c271 bufnum = entry / FAT32BUFSIZE; in set_fatent_value()
272 offset = entry - bufnum * FAT32BUFSIZE; in set_fatent_value()