Searched refs:dtb_ptr (Results 1 - 3 of 3) sorted by relevance

/u-boot/board/armltd/vexpress64/
H A Dvexpress64.c163 static bool is_valid_dtb(uintptr_t dtb_ptr) argument
165 if (dtb_ptr == 0 || fdt_magic(dtb_ptr) != FDT_MAGIC)
168 return fdt_subnode_offset((void *)dtb_ptr, 0, "memory") >= 0;
/u-boot/include/
H A Dandroid_image.h339 ulong dtb_ptr; /* address of dtb image */ member in struct:andr_image_data
/u-boot/boot/
H A Dimage-android.c112 data->dtb_ptr = end;
167 data->dtb_ptr = end;

Completed in 280 milliseconds