Home
last modified time | relevance | path

Searched refs:dt_size (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dimage-android-dt.c49 u32 dt_offset, dt_size; in android_dt_get_fdt_by_index() local
66 dt_size = fdt32_to_cpu(e->dt_size); in android_dt_get_fdt_by_index()
72 *size = dt_size; in android_dt_get_fdt_by_index()
132 u32 dt_offset, dt_size; in android_dt_print_contents() local
137 dt_size = fdt32_to_cpu(e->dt_size); in android_dt_print_contents()
140 printf(" dt_size = %d\n", dt_size); in android_dt_print_contents()
/rk3399_rockchip-uboot/include/
H A Ddt_table.h41 u32 dt_size; member