Home
last modified time | relevance | path

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

/u-boot/arch/sandbox/cpu/
A Dcpu.c380 int sandbox_load_other_fdt(void **fdtp, int *sizep) in sandbox_load_other_fdt() argument
384 void *fdt = *fdtp; in sandbox_load_other_fdt()
392 if (!*fdtp) { in sandbox_load_other_fdt()
400 *fdtp = fdt; in sandbox_load_other_fdt()
/u-boot/cmd/
A Dbootefi.c179 static efi_status_t copy_fdt(void **fdtp) in copy_fdt() argument
203 fdt = *fdtp; in copy_fdt()
218 *fdtp = (void *)(uintptr_t)new_fdt_addr; in copy_fdt()
A Dfdt.c126 fdt32_t *fdtp = (fdt32_t *)working_fdt; in fdt_get_header_value() local
137 val = fdt32_to_cpu(fdtp[i]); in fdt_get_header_value()
/u-boot/arch/sandbox/include/asm/
A Dtest.h353 int sandbox_load_other_fdt(void **fdtp, int *sizep);

Completed in 9 milliseconds