Searched refs:dt_entry_count (Results 1 - 2 of 2) sorted by path

/u-boot/include/
H A Ddt_table.h27 u32 dt_entry_count; /* number of dt_table_entry */ member in struct:dt_table_header
/u-boot/boot/
H A Dimage-android-dt.c50 entry_count = fdt32_to_cpu(hdr->dt_entry_count);
56 printf("Error: index >= dt_entry_count (%u >= %u)\n", index,
109 entry_count = fdt32_to_cpu(hdr->dt_entry_count);
119 printf(" dt_entry_count = %d\n", entry_count);

Completed in 72 milliseconds