Searched refs:fdt_ptr (Results 1 – 1 of 1) sorted by relevance
39 static void *fdt_ptr = RT_NULL; variable69 fdt_ptr = fdt; in rt_hw_fdt_install_early()239 fdt_ptr = (void *)(fdt_ptr - pv_off); in rt_hw_common_setup()241 if ((rt_ubase_t)fdt_ptr + fdt_size - KERNEL_VADDR_START > SIZE_GB) in rt_hw_common_setup()243 fdt_ptr = rt_ioremap_early(fdt_ptr + pv_off, fdt_size); in rt_hw_common_setup()245 RT_ASSERT(fdt_ptr != RT_NULL); in rt_hw_common_setup()248 rt_memmove((void *)(fdt_start - pv_off), fdt_ptr, fdt_size); in rt_hw_common_setup()249 fdt_ptr = (void *)fdt_start - pv_off; in rt_hw_common_setup()268 if (rt_fdt_prefetch(fdt_ptr)) in rt_hw_common_setup()
Completed in 2 milliseconds