Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dpart_efi.h30 #define GPT_ENTRY_NUMBERS CONFIG_EFI_PARTITION_ENTRIES_NUMBERS macro
/OK3568_Linux_fs/external/recovery/update_engine/
H A Dgpt.h28 #define GPT_ENTRY_NUMBERS 128 macro
H A Dflash_image.c549 gptHead->num_partition_entries = cpu_to_le32(GPT_ENTRY_NUMBERS); in create_gpt_buffer()
592 …_array_crc32 = cpu_to_le32(crc32_le(0, gpt + 2 * SECTOR_SIZE, GPT_ENTRY_SIZE * GPT_ENTRY_NUMBERS)); in create_gpt_buffer()
/OK3568_Linux_fs/external/rkupdate/
H A Dgpt.h12 #define GPT_ENTRY_NUMBERS 128 macro
H A DRKAndroidDevice.cpp3575 gptHead->num_partition_entries = cpu_to_le32(GPT_ENTRY_NUMBERS); in create_gpt_buffer()
3617 …_array_crc32 = cpu_to_le32(crc32_le(0, gpt + 2 * SECTOR_SIZE, GPT_ENTRY_SIZE * GPT_ENTRY_NUMBERS)); in create_gpt_buffer()
/OK3568_Linux_fs/u-boot/disk/
H A Dpart_efi.c776 gpt_h->num_partition_entries = cpu_to_le32(GPT_ENTRY_NUMBERS); in gpt_fill_header()
802 size = PAD_TO_BLOCKSIZE(GPT_ENTRY_NUMBERS * sizeof(gpt_entry), in gpt_restore()
1271 .max_entries = GPT_ENTRY_NUMBERS,