Home
last modified time | relevance | path

Searched refs:FDT_COPY_SIZE (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/test/overlay/
Dcmd_ut_overlay.c19 #define FDT_COPY_SIZE (4 * SZ_1K) macro
237 fdt_base_copy = malloc(FDT_COPY_SIZE); in do_ut_overlay()
242 fdt_overlay_copy = malloc(FDT_COPY_SIZE); in do_ut_overlay()
246 fdt_overlay_stacked_copy = malloc(FDT_COPY_SIZE); in do_ut_overlay()
256 ut_assertok(fdt_open_into(fdt_base, fdt_base_copy, FDT_COPY_SIZE)); in do_ut_overlay()
265 FDT_COPY_SIZE)); in do_ut_overlay()
274 FDT_COPY_SIZE)); in do_ut_overlay()
/external/dtc/tests/
Doverlay_bad_fixup.c36 #define FDT_COPY_SIZE (4 * 1024) macro
44 copy = xmalloc(FDT_COPY_SIZE); in open_dt()
49 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE), 0); in open_dt()
Dcheck_path.c35 #define FDT_COPY_SIZE (4 * 1024) macro
42 copy = xmalloc(FDT_COPY_SIZE); in open_dt()
47 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE)); in open_dt()
Doverlay.c36 #define FDT_COPY_SIZE (4 * 1024) macro
192 copy = xmalloc(FDT_COPY_SIZE); in open_dt()
197 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE)); in open_dt()