Home
last modified time | relevance | path

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

/u-boot/disk/
A Dpart_efi.c533 uint32_t __maybe_unused offset_bytes; in partition_entries_offset() local
545 offset_bytes = in partition_entries_offset()
547 offset_blks = offset_bytes / dev_desc->blksz; in partition_entries_offset()
559 offset_bytes = PAD_TO_BLOCKSIZE(config_offset, dev_desc); in partition_entries_offset()
560 offset_blks = offset_bytes / dev_desc->blksz; in partition_entries_offset()

Completed in 6 milliseconds