Lines Matching refs:fdt
23 static __initconst const void *fdt; variable
30 BUG_ON(!fdt); in prom_init()
38 if (fdt) in plat_get_fdt()
40 return (void *)fdt; in plat_get_fdt()
42 fdt = (void *)get_fdt(); in plat_get_fdt()
43 if (fdt && !fdt_check_header(fdt)) { in plat_get_fdt()
50 match = mips_machine_is_compatible(check_mach, fdt); in plat_get_fdt()
80 fdt = mach->fdt; in plat_get_fdt()
82 return (void *)fdt; in plat_get_fdt()
94 fdt = NULL; in plat_fdt_relocated()
105 fdt = mach->fixup_fdt(fdt, mach_match_data); in plat_mem_setup()
108 __dt_setup_arch((void *)fdt); in plat_mem_setup()