Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/disk/
H A Dpart_efi.c773 uint32_t __maybe_unused offset_bytes; in partition_entries_offset() local
785 offset_bytes = PAD_SIZE(CONFIG_EFI_PARTITION_ENTRIES_OFF, dev_desc->rawblksz); in partition_entries_offset()
786 offset_blks = offset_bytes / dev_desc->rawblksz; in partition_entries_offset()
799 offset_bytes = PAD_SIZE(config_offset, dev_desc->rawblksz); in partition_entries_offset()
800 offset_blks = offset_bytes / dev_desc->rawblksz; in partition_entries_offset()