Home
last modified time | relevance | path

Searched refs:early_init_dt_scan_memory (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/mips/kernel/
Dprom.c30 return early_init_dt_scan_memory(node, uname, depth, data); in early_init_dt_scan_memory_arch()
/linux-2.6.39/include/linux/
Dof_fdt.h97 extern int early_init_dt_scan_memory(unsigned long node, const char *uname,
/linux-2.6.39/arch/microblaze/kernel/
Dprom.c138 of_scan_flat_dt(early_init_dt_scan_memory, NULL); in early_init_devtree()
/linux-2.6.39/drivers/of/
Dfdt.c619 int __init early_init_dt_scan_memory(unsigned long node, const char *uname, in early_init_dt_scan_memory() function
/linux-2.6.39/arch/powerpc/kernel/
Dprom.c499 return early_init_dt_scan_memory(node, uname, depth, data); in early_init_dt_scan_memory_ppc()