Home
last modified time | relevance | path

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

/u-boot/disk/
A Dpart_efi.c542 uint32_t __maybe_unused offset_bytes; in partition_entries_offset() local
554 offset_bytes = in partition_entries_offset()
556 offset_blks = offset_bytes / dev_desc->blksz; in partition_entries_offset()
569 offset_bytes = PAD_TO_BLOCKSIZE(config_offset, dev_desc); in partition_entries_offset()
570 offset_blks = offset_bytes / dev_desc->blksz; in partition_entries_offset()

Completed in 4 milliseconds