Searched refs:dtb_img_size (Results 1 – 1 of 1) sorted by relevance
334 u32 dtb_img_size; /* size of DTB payload in boot image */ in android_image_get_dtb_by_index() local350 dtb_img_size = hdr->dtb_size; in android_image_get_dtb_by_index()354 while (dtb_addr < dtb_img_addr + dtb_img_size) { in android_image_get_dtb_by_index()491 u32 dtb_img_size; /* size of DTB payload in boot image */ in android_image_print_dtb_contents() local510 dtb_img_size = hdr->dtb_size; in android_image_print_dtb_contents()514 while (dtb_addr < dtb_img_addr + dtb_img_size) { in android_image_print_dtb_contents()
Completed in 3 milliseconds