Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfat.h29 #define FAT16BUFSIZE (FATBUFSIZE/2) macro
/openbmc/u-boot/fs/fat/
H A Dfat.c179 bufnum = entry / FAT16BUFSIZE; in get_fatent()
180 offset = entry - bufnum * FAT16BUFSIZE; in get_fatent()
H A Dfat_write.c275 bufnum = entry / FAT16BUFSIZE; in set_fatent_value()
276 offset = entry - bufnum * FAT16BUFSIZE; in set_fatent_value()