Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds