Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/disk/
H A Dpart_efi.c179 gpt_h->partition_entry_lba = in prepare_backup_gpt_header()
421 gpt_head->partition_entry_lba = dev_desc->rawlba - 5; in part_efi_repair()
424 gpt_head->partition_entry_lba = dev_desc->rawlba - 0x21; in part_efi_repair()
438 blk = le64_to_cpu(gpt_head->partition_entry_lba); in part_efi_repair()
450 gpt_head->partition_entry_lba = 0x2; in part_efi_repair()
476 blk = le64_to_cpu(gpt_head->partition_entry_lba); in part_efi_repair()
628 if (blk_dwrite(dev_desc, le64_to_cpu(gpt_h->partition_entry_lba * sector), in write_gpt_table()
670 size_t pte_start = gpt_h->partition_entry_lba; in gpt_fill_pte()
824 gpt_h->partition_entry_lba = in gpt_fill_header()
829 cpu_to_le64(le64_to_cpu(gpt_h->partition_entry_lba) + 4); in gpt_fill_header()
[all …]
/rk3399_rockchip-uboot/include/
H A Dpart_efi.h87 __le64 partition_entry_lba; member