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

/broadcom-cfe-1.4.2/cfe/main/
H A Dcfe_fatfs.c319 * fat_dumpbpb(bpb)
324 * bpb - BIOS parameter block structure
331 static void fat_dumpbpb(bpb_t *bpb) argument
333 xprintf("Bytes per sector %d\n",bpb->bpb_bytespersector);
334 xprintf("Sectors per cluster %d\n",bpb->bpb_sectorspercluster);
335 xprintf("Reserved sectors %d\n",bpb->bpb_reservedsectors);
336 xprintf("Number of FATs %d\n",bpb->bpb_numfats);
337 xprintf("Root dir entries %d\n",bpb->bpb_maxrootdir);
338 xprintf("Total sectors %d\n",bpb->bpb_totalsectors);
339 xprintf("Sectors per FAT %d\n",bpb
[all...]

Completed in 31 milliseconds