Home
last modified time | relevance | path

Searched refs:entry_count (Results 1 – 3 of 3) 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
/rk3399_ARM-atf/plat/arm/board/automotive_rd/platform/common/include/
H A Dcper.h253 uint16_t entry_count) in esb_block_status() argument
265 v |= ((uint32_t)entry_count << ACPI_ESB_ENTRYCOUNT_SHIFT) & in esb_block_status()