Searched refs:fdtp (Results 1 – 7 of 7) sorted by relevance
56 int board_fdt_blob_setup(void **fdtp) in board_fdt_blob_setup() argument64 internal_valid = !fdt_check_header(*fdtp); in board_fdt_blob_setup()80 *fdtp = fdt; in board_fdt_blob_setup()
11 __weak int board_fdt_blob_setup(void **fdtp) in board_fdt_blob_setup() argument16 *fdtp = (ulong *)(uintptr_t)gd->arch.firmware_fdt_addr; in board_fdt_blob_setup()
20 int board_fdt_blob_setup(void **fdtp) in board_fdt_blob_setup() argument35 *fdtp = (void *)nt_fw_dtb; in board_fdt_blob_setup()
371 int board_fdt_blob_setup(void **fdtp) in board_fdt_blob_setup() argument390 *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() argument433 void *fdt = *fdtp; in sandbox_load_other_fdt()441 if (!*fdtp) { in sandbox_load_other_fdt()449 *fdtp = fdt; in sandbox_load_other_fdt()
207 int board_fdt_blob_setup(void **fdtp) in board_fdt_blob_setup() argument213 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()
332 int sandbox_load_other_fdt(void **fdtp, int *sizep);
695 int board_fdt_blob_setup(void **fdtp) in board_fdt_blob_setup() argument698 *fdtp = (void *)fw_dtb_pointer; in board_fdt_blob_setup()
Completed in 12 milliseconds