Home
last modified time | relevance | path

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

/u-boot/disk/
A Dpart_efi.c541 uint32_t offset_blks = 2; in partition_entries_offset() local
556 offset_blks = offset_bytes / dev_desc->blksz; in partition_entries_offset()
570 offset_blks = offset_bytes / dev_desc->blksz; in partition_entries_offset()
574 debug("efi: partition entries offset (in blocks): %d\n", offset_blks); in partition_entries_offset()
580 if (offset_blks < 2) in partition_entries_offset()
581 offset_blks = 2; in partition_entries_offset()
583 return offset_blks; in partition_entries_offset()

Completed in 4 milliseconds