Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/disk/
H A Dpart_efi.c263 le64_to_cpu(gpt_pte[i].ending_lba * sector + sector - 1), in part_print_efi()
348 info->size = (lbaint_t)le64_to_cpu(gpt_pte[part - 1].ending_lba) + 1 in part_get_info_efi()
388 if (gpt_pte[i - 1].ending_lba <= (dev_desc->rawlba - 6)) in gpt_entry_modify()
390 gpt_pte[i - 1].ending_lba = dev_desc->rawlba - 6; in gpt_entry_modify()
392 if (gpt_pte[i - 1].ending_lba <= (dev_desc->rawlba - 0x22)) in gpt_entry_modify()
395 gpt_pte[i - 1].ending_lba = dev_desc->rawlba - 0x41; in gpt_entry_modify()
706 gpt_e[i].ending_lba = gpt_h->last_usable_lba; in gpt_fill_pte()
708 gpt_e[i].ending_lba = cpu_to_le64(offset - 1); in gpt_fill_pte()
972 gpt_part_size = le64_to_cpu(gpt_e[i].ending_lba) - in gpt_verify_partitions()
/rk3399_rockchip-uboot/include/
H A Dpart_efi.h109 __le64 ending_lba; member