Home
last modified time | relevance | path

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

/arch/arm/mach-mmp/
A Dboard.c56 int board_fdt_blob_setup(void **fdtp) in board_fdt_blob_setup() argument
64 internal_valid = !fdt_check_header(*fdtp); in board_fdt_blob_setup()
80 *fdtp = fdt; in board_fdt_blob_setup()
/arch/riscv/lib/
A Dboard.c11 __weak int board_fdt_blob_setup(void **fdtp) in board_fdt_blob_setup() argument
16 *fdtp = (ulong *)(uintptr_t)gd->arch.firmware_fdt_addr; in board_fdt_blob_setup()
/arch/arm/mach-stm32mp/
A Dboot_params.c20 int board_fdt_blob_setup(void **fdtp) in board_fdt_blob_setup() argument
35 *fdtp = (void *)nt_fw_dtb; in board_fdt_blob_setup()
/arch/sandbox/cpu/
A Dcpu.c371 int board_fdt_blob_setup(void **fdtp) in board_fdt_blob_setup() argument
390 *fdtp = blob; in board_fdt_blob_setup()
413 *fdtp = blob; in board_fdt_blob_setup()
429 int sandbox_load_other_fdt(void **fdtp, int *sizep) in sandbox_load_other_fdt() argument
433 void *fdt = *fdtp; in sandbox_load_other_fdt()
441 if (!*fdtp) { in sandbox_load_other_fdt()
449 *fdtp = fdt; in sandbox_load_other_fdt()
/arch/arm/mach-snapdragon/
A Dboard.c207 int board_fdt_blob_setup(void **fdtp) in board_fdt_blob_setup() argument
213 internal_fdt = (struct fdt_header *)*fdtp; in board_fdt_blob_setup()
257 *fdtp = external_fdt; in board_fdt_blob_setup()
261 qcom_psci_fixup(*fdtp); in board_fdt_blob_setup()
/arch/sandbox/include/asm/
A Dtest.h332 int sandbox_load_other_fdt(void **fdtp, int *sizep);
/arch/arm/mach-apple/
A Dboard.c695 int board_fdt_blob_setup(void **fdtp) in board_fdt_blob_setup() argument
698 *fdtp = (void *)fw_dtb_pointer; in board_fdt_blob_setup()

Completed in 12 milliseconds