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

/u-boot/disk/
H A Dpart_dos.c440 lbaint_t total_sectors)
453 lbaint_t end = total_sectors;
439 layout_mbr_partitions(struct disk_partition *p, int count, lbaint_t total_sectors) argument
/u-boot/include/
H A Dpart.h651 lbaint_t total_sectors);
/u-boot/fs/fat/
H A Dfat.c505 u32 total_sectors = sectors ? sectors : bs->total_sect; local
506 u32 total_clusters = (total_sectors - data_start) /

Completed in 50 milliseconds