Home
last modified time | relevance | path

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

/external/u-boot/include/
Dfat.h30 #define FAT32BUFSIZE (FATBUFSIZE/4) macro
/external/u-boot/fs/fat/
Dfat_write.c372 bufnum = entry / FAT32BUFSIZE; in set_fatent_value()
373 offset = entry - bufnum * FAT32BUFSIZE; in set_fatent_value()
Dfat.c174 bufnum = entry / FAT32BUFSIZE; in get_fatent()
175 offset = entry - bufnum * FAT32BUFSIZE; in get_fatent()