Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/disk/
H A Dpart_efi.c157 le32_to_cpu(gpt_h->sizeof_partition_entry)); in validate_gpt_entries()
399 le32_to_cpu(gpt_head->sizeof_partition_entry)); in gpt_entry_modify()
437 le32_to_cpu(gpt_head->sizeof_partition_entry); in part_efi_repair()
475 le32_to_cpu(gpt_head->sizeof_partition_entry); in part_efi_repair()
617 le32_to_cpu(gpt_h->sizeof_partition_entry)); in write_gpt_table()
672 gpt_h->num_partition_entries * gpt_h->sizeof_partition_entry / in gpt_fill_pte()
836 gpt_h->sizeof_partition_entry = cpu_to_le32(sizeof(gpt_entry)); in gpt_fill_header()
1068 le32_to_cpu(gpt_h->sizeof_partition_entry)), in write_mbr_and_gpt_partitions()
1266 le32_to_cpu(pgpt_head->sizeof_partition_entry); in alloc_read_gpt_entries()
1270 (u32) le32_to_cpu(pgpt_head->sizeof_partition_entry), in alloc_read_gpt_entries()
/rk3399_rockchip-uboot/include/
H A Dpart_efi.h89 __le32 sizeof_partition_entry; member