Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/disk/
H A Dpart_efi.c718 uint32_t offset_blks = 2; in partition_entries_offset() local
733 offset_blks = offset_bytes / dev_desc->blksz; in partition_entries_offset()
747 offset_blks = offset_bytes / dev_desc->blksz; in partition_entries_offset()
751 debug("efi: partition entries offset (in blocks): %d\n", offset_blks); in partition_entries_offset()
757 if (offset_blks < 2) in partition_entries_offset()
758 offset_blks = 2; in partition_entries_offset()
760 return offset_blks; in partition_entries_offset()