Searched refs:android_dt_get_fdt_by_index (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | image-android-dt.h | 14 bool android_dt_get_fdt_by_index(ulong hdr_addr, u32 index, ulong *addr, 44 for (idx = 0, android_dt_get_fdt_by_index((ulong)hdr, idx, (ulong *)&entry, NULL); \ 46 idx++, android_dt_get_fdt_by_index((ulong)hdr, idx, (ulong *)&entry, NULL))
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | dtimg.c | 70 if (!android_dt_get_fdt_by_index(hdr_addr, index, &fdt_addr, &fdt_size)) in dtimg_get_fdt()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-android-dt.c | 42 bool android_dt_get_fdt_by_index(ulong hdr_addr, u32 index, ulong *addr, in android_dt_get_fdt_by_index() function
|
| H A D | android_bootloader.c | 1062 ret = android_dt_get_fdt_by_index((ulong)buf, e_idx, &e_addr, &e_size); in android_get_dtbo()
|