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

/broadcom-cfe-1.4.2/cfe/main/
H A Dcfe_fatfs.c188 unsigned int bpb_totalsectors; member in struct:bpb_s
338 xprintf("Total sectors %d\n",bpb->bpb_totalsectors);
449 fatfs->fat_bpb.bpb_totalsectors = READWORD(buffer,BPB_TOTALSECTORS);
463 datasectors = fatfs->fat_bpb.bpb_totalsectors -

Completed in 32 milliseconds