Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/partition/
H A Dpartition.c136 list.entry_count = header->list_num; in load_gpt_header()
137 if (list.entry_count > PLAT_PARTITION_MAX_ENTRIES) { in load_gpt_header()
138 list.entry_count = PLAT_PARTITION_MAX_ENTRIES; in load_gpt_header()
190 list.entry_count = MBR_PRIMARY_ENTRY_NUMBER; in load_mbr_entries()
192 for (i = 0U; i < list.entry_count; i++) { in load_mbr_entries()
242 for (i = 0U; i < list.entry_count; i++) { in load_partition_gpt()
276 list.entry_count = i; in load_partition_gpt()
277 dump_entries(list.entry_count); in load_partition_gpt()
461 for (i = 0U; i < list.entry_count; i++) { in get_partition_entry()
477 for (i = 0U; i < list.entry_count; i++) { in get_partition_entry_by_type()
[all …]
/rk3399_ARM-atf/include/drivers/partition/
H A Dpartition.h44 unsigned int entry_count; member