Searched refs:fdtp (Results 1 - 4 of 4) sorted by relevance

/u-boot/arch/sandbox/cpu/
H A Dcpu.c392 int sandbox_load_other_fdt(void **fdtp, int *sizep) argument
396 void *fdt = *fdtp;
404 if (!*fdtp) {
412 *fdtp = fdt;
/u-boot/lib/efi_loader/
H A Defi_helper.c333 * @fdtp: On entry a pointer to the flattened device tree.
338 static efi_status_t copy_fdt(void **fdtp) argument
362 fdt = *fdtp;
377 *fdtp = (void *)(uintptr_t)new_fdt_addr;
/u-boot/arch/sandbox/include/asm/
H A Dtest.h328 int sandbox_load_other_fdt(void **fdtp, int *sizep);
/u-boot/cmd/
H A Dfdt.c126 fdt32_t *fdtp = (fdt32_t *)working_fdt; local
137 val = fdt32_to_cpu(fdtp[i]);

Completed in 88 milliseconds