Home
last modified time | relevance | path

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

/external/u-boot/disk/
Dpart_efi.c559 uint32_t offset_blks = 2; in partition_entries_offset() local
574 offset_blks = offset_bytes / dev_desc->blksz; in partition_entries_offset()
588 offset_blks = offset_bytes / dev_desc->blksz; in partition_entries_offset()
592 debug("efi: partition entries offset (in blocks): %d\n", offset_blks); in partition_entries_offset()
598 if (offset_blks < 2) in partition_entries_offset()
599 offset_blks = 2; in partition_entries_offset()
601 return offset_blks; in partition_entries_offset()