Lines Matching refs:dtb_addr
102 data->dtb_load_addr = hdr->dtb_addr; in android_vendor_boot_image_v3_v4_parse_hdr()
138 data->dtb_load_addr = hdr->dtb_addr; in android_boot_image_v0_v1_v2_parse_hdr()
609 ulong dtb_addr; /* address of DTB blob with specified index */ in android_image_get_dtb_by_index() local
622 dtb_addr = dtb_img_addr; in android_image_get_dtb_by_index()
623 while (dtb_addr < dtb_img_addr + dtb_img_size) { in android_image_get_dtb_by_index()
627 fdt = map_sysmem(dtb_addr, sizeof(*fdt)); in android_image_get_dtb_by_index()
641 *addr = dtb_addr; in android_image_get_dtb_by_index()
645 dtb_addr += dtb_size; in android_image_get_dtb_by_index()
705 printf("%sdtb addr: %llx\n", p, hdr->dtb_addr); in android_print_contents()
765 ulong dtb_addr; /* address of DTB blob with specified index */ in android_image_print_dtb_contents() local
786 dtb_addr = dtb_img_addr; in android_image_print_dtb_contents()
787 while (dtb_addr < dtb_img_addr + dtb_img_size) { in android_image_print_dtb_contents()
791 fdt = map_sysmem(dtb_addr, sizeof(*fdt)); in android_image_print_dtb_contents()
806 dtb_addr += dtb_size; in android_image_print_dtb_contents()