Searched refs:get_partition_entry (Results 1 – 7 of 7) sorted by relevance
48 const partition_entry_t *get_partition_entry(const char *name);
503 entry = get_partition_entry(FIP_IMAGE_NAME); in bl2_plat_handle_pre_image_load()734 entry = get_partition_entry(METADATA_PART_1); in plat_set_image_source()736 entry = get_partition_entry(METADATA_PART_2); in plat_set_image_source()
165 const partition_entry_t *entry = get_partition_entry(part_name); in arm_set_image_source()
194 fip_spec.offset = get_partition_entry(a2)->start; in socfpga_io_setup()
285 entry = get_partition_entry(name); in hikey_set_fip_addr()
343 entry = get_partition_entry(name); in hikey960_set_fip_addr()
406 const partition_entry_t *get_partition_entry(const char *name) in get_partition_entry() function