Home
last modified time | relevance | path

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

/u-boot/disk/
A Dpart_efi.c125 if (le64_to_cpu(gpt_h->my_lba) != lba) { in validate_gpt_header()
127 le64_to_cpu(gpt_h->my_lba), in validate_gpt_header()
180 val = le64_to_cpu(gpt_h->my_lba); in prepare_backup_gpt_header()
181 gpt_h->my_lba = gpt_h->alternate_lba; in prepare_backup_gpt_header()
407 if (blk_dwrite(dev_desc, (lbaint_t)le64_to_cpu(gpt_h->my_lba), 1, in write_gpt_table()
436 size_t hdr_start = gpt_h->my_lba; in gpt_fill_pte()
592 gpt_h->my_lba = cpu_to_le64(1); in gpt_fill_header()
863 lba = le64_to_cpu(gpt_h->my_lba); in write_mbr_and_gpt_partitions()
/u-boot/include/
A Dpart_efi.h87 __le64 my_lba; member

Completed in 6 milliseconds