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

/broadcom-cfe-1.4.2/cfe/main/
H A Dcfe_fatfs.c64 #define DIRPERSECTOR (SECTORSIZE/DIRENTRYSIZE) macro
606 dirsecnum = rootdirstart + entryidx / DIRPERSECTOR;
616 memcpy(entry,&(fatfs->fat_dirsector[(entryidx % DIRPERSECTOR)*DIRENTRYSIZE]),
933 sector = fat_sectoridx(fat,chain,idx/DIRPERSECTOR);
945 memcpy(direntry,&(fat->fat_dirsector[(idx % DIRPERSECTOR)*DIRENTRYSIZE]),
1150 count = (chain->fat_count * fat->fat_bpb.bpb_sectorspercluster) * DIRPERSECTOR;

Completed in 29 milliseconds