Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/disk/
H A Dpart_efi.c111 if (le64_to_cpu(gpt_h->my_lba) != lba) { in validate_gpt_header()
113 le64_to_cpu(gpt_h->my_lba), in validate_gpt_header()
176 val = le64_to_cpu(gpt_h->my_lba); in prepare_backup_gpt_header()
177 gpt_h->my_lba = gpt_h->alternate_lba; in prepare_backup_gpt_header()
418 gpt_head->my_lba = dev_desc->rawlba - 1; in part_efi_repair()
448 gpt_head->my_lba = 1; in part_efi_repair()
638 if (blk_dwrite(dev_desc, (lbaint_t)le64_to_cpu(gpt_h->my_lba) * sector, 1, in write_gpt_table()
667 size_t hdr_start = gpt_h->my_lba; in gpt_fill_pte()
822 gpt_h->my_lba = cpu_to_le64(1); in gpt_fill_header()
1108 lba = le64_to_cpu(gpt_h->my_lba); in write_mbr_and_gpt_partitions()
/rk3399_rockchip-uboot/include/
H A Dpart_efi.h82 __le64 my_lba; member