Searched refs:last_part (Results 1 – 1 of 1) sorted by relevance
69 struct partition_header *last_part; member250 last_part_off = (uintptr_t)bif_output.last_part - old_data; in bif_add_blob()274 if (bif_output.last_part) in bif_add_blob()275 bif_output.last_part = new_data + last_part_off; in bif_add_blob()351 if (bif_output.last_part) { in bif_add_part()409 if (bif_output.last_part) { in bif_add_part()410 bif_output.last_part->next_partition_offset = in bif_add_part()414 csum = zynqmp_csum(bif_output.last_part, in bif_add_part()415 &bif_output.last_part->checksum); in bif_add_part()416 bif_output.last_part->checksum = cpu_to_le32(csum); in bif_add_part()[all …]