Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dpart_efi.h30 #define GPT_ENTRY_NUMBERS CONFIG_EFI_PARTITION_ENTRIES_NUMBERS macro
/rk3399_rockchip-uboot/disk/
H A Dpart_efi.c835 gpt_h->num_partition_entries = cpu_to_le32(GPT_ENTRY_NUMBERS); in gpt_fill_header()
861 size = PAD_SIZE(GPT_ENTRY_NUMBERS * sizeof(gpt_entry), dev_desc->rawblksz); in gpt_restore()
1336 .max_entries = GPT_ENTRY_NUMBERS,