Searched refs:gpt_entry_t (Results 1 – 3 of 3) sorted by relevance
| /rk3399_ARM-atf/include/drivers/partition/ |
| H A D | gpt.h | 26 } gpt_entry_t; typedef 48 int parse_gpt_entry(gpt_entry_t *gpt_entry, partition_entry_t *entry);
|
| /rk3399_ARM-atf/drivers/partition/ |
| H A D | partition.c | 205 static int load_gpt_entry(uintptr_t image_handle, gpt_entry_t *entry) in load_gpt_entry() 211 result = io_read(image_handle, (uintptr_t)entry, sizeof(gpt_entry_t), in load_gpt_entry() 213 if ((result != 0) || (sizeof(gpt_entry_t) != bytes_read)) { in load_gpt_entry() 216 sizeof(gpt_entry_t), bytes_read); in load_gpt_entry() 230 gpt_entry_t entry; in load_partition_gpt() 253 (gpt_entry_offset + (i * sizeof(gpt_entry_t)))); in load_partition_gpt() 265 calc_crc = tf_crc32(calc_crc, (uint8_t *)&entry, sizeof(gpt_entry_t)); in load_partition_gpt() 293 calc_crc = tf_crc32(calc_crc, (uint8_t *)&entry, sizeof(gpt_entry_t)); in load_partition_gpt()
|
| H A D | gpt.c | 43 int parse_gpt_entry(gpt_entry_t *gpt_entry, partition_entry_t *entry) in parse_gpt_entry()
|