Searched refs:fatoffset (Results 1 - 1 of 1) sorted by relevance

/broadcom-cfe-1.4.2/cfe/main/
H A Dcfe_fatfs.c500 int fatoffset; local
511 fatoffset = byteoffset % SECTORSIZE;
521 b1 = fatfs->fat_fatsector[fatoffset];
523 if ((fatoffset+1) >= SECTORSIZE) {
529 fatoffset -= SECTORSIZE;
532 b2 = fatfs->fat_fatsector[fatoffset+1];
534 if ((fatoffset+2) >= SECTORSIZE) {
540 fatoffset -= SECTORSIZE;
543 b3 = fatfs->fat_fatsector[fatoffset+2];
556 fatoffset
[all...]

Completed in 71 milliseconds