Home
last modified time | relevance | path

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

/u-boot/tools/
A Dsunxi_egon.c65 uint32_t dt_name_offs = le32_to_cpu(header->dt_name_offset); in egon_print_header()
98 header->dt_name_offset = cpu_to_le32(value); in egon_set_header()
A Dmksunxiboot.c154 img.header.dt_name_offset = in main()
/u-boot/include/
A Dsunxi_image.h71 uint32_t dt_name_offset; /* since v0.2, set by mksunxiboot */ member
/u-boot/board/sunxi/
A Dboard.c348 if (spl != INVALID_SPL_HEADER && spl->dt_name_offset) in get_spl_dt_name()
349 return (char *)spl + spl->dt_name_offset; in get_spl_dt_name()
1002 spl->dt_name_offset = offsetof(struct boot_file_head, string_pool); in set_spl_dt_name()

Completed in 6 milliseconds