Home
last modified time | relevance | path

Searched refs:lba512_t (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/disk/
Dpart.c100 typedef uint64_t lba512_t; typedef
102 typedef lbaint_t lba512_t; typedef
109 static lba512_t lba512_muldiv(lba512_t block_count, lba512_t mul_by, lba512_t div_by) in lba512_muldiv()
111 lba512_t bc_quot, bc_rem; in lba512_muldiv()
121 lba512_t lba512; /* number of blocks if 512bytes block size */ in dev_print()