Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/io/
Dio_fip.c59 static fip_file_state_t current_fip_file = {0}; variable
303 if (current_fip_file.entry.offset_address != 0U) { in fip_file_open()
329 (uintptr_t)&current_fip_file.entry, in fip_file_open()
330 sizeof(current_fip_file.entry), in fip_file_open()
333 if (compare_uuids(&current_fip_file.entry.uuid, in fip_file_open()
342 (compare_uuids(&current_fip_file.entry.uuid, in fip_file_open()
350 current_fip_file.file_pos = 0; in fip_file_open()
351 entity->info = (uintptr_t)&current_fip_file; in fip_file_open()
354 current_fip_file.entry.offset_address = 0; in fip_file_open()
440 if (current_fip_file.entry.offset_address != 0U) { in fip_file_close()
[all …]