Home
last modified time | relevance | path

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

/u-boot/disk/
A Dpart_efi.c183 gpt_h->partition_entry_lba = in prepare_backup_gpt_header()
397 if (blk_dwrite(dev_desc, le64_to_cpu(gpt_h->partition_entry_lba), in write_gpt_table()
439 size_t pte_start = gpt_h->partition_entry_lba; in gpt_fill_pte()
595 gpt_h->partition_entry_lba = in gpt_fill_header()
598 cpu_to_le64(le64_to_cpu(gpt_h->partition_entry_lba) + 32); in gpt_fill_header()
796 gpt_e = buf + (le64_to_cpu(gpt_h->partition_entry_lba) * in is_valid_gpt_buf()
820 gpt_e = buf + (le64_to_cpu(gpt_h->partition_entry_lba) * in write_mbr_and_gpt_partitions()
844 lba = le64_to_cpu(gpt_h->partition_entry_lba); in write_mbr_and_gpt_partitions()
855 lba = le64_to_cpu(gpt_h->partition_entry_lba); in write_mbr_and_gpt_partitions()
1065 blk = le64_to_cpu(pgpt_head->partition_entry_lba); in alloc_read_gpt_entries()
/u-boot/include/
A Dpart_efi.h92 __le64 partition_entry_lba; member

Completed in 5 milliseconds