Home
last modified time | relevance | path

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

/openbmc/u-boot/disk/
H A Dpart_efi.c558 uint32_t offset_blks = 2; in partition_entries_offset() local
573 offset_blks = offset_bytes / dev_desc->blksz; in partition_entries_offset()
587 offset_blks = offset_bytes / dev_desc->blksz; in partition_entries_offset()
591 debug("efi: partition entries offset (in blocks): %d\n", offset_blks); in partition_entries_offset()
597 if (offset_blks < 2) in partition_entries_offset()
598 offset_blks = 2; in partition_entries_offset()
600 return offset_blks; in partition_entries_offset()