Home
last modified time | relevance | path

Searched refs:dt_mem_next_cell (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/powerpc/kernel/
Dprom.c429 memblock_size = dt_mem_next_cell(dt_root_size_cells, &ls); in early_init_dt_scan_drconf_memory()
446 base = dt_mem_next_cell(dt_root_addr_cells, &dm); in early_init_dt_scan_drconf_memory()
464 rngs = dt_mem_next_cell(dt_root_size_cells, &usm); in early_init_dt_scan_drconf_memory()
470 base = dt_mem_next_cell(dt_root_addr_cells, in early_init_dt_scan_drconf_memory()
472 size = dt_mem_next_cell(dt_root_size_cells, in early_init_dt_scan_drconf_memory()
/linux-2.6.39/include/linux/
Dof_fdt.h101 extern u64 dt_mem_next_cell(int s, __be32 **cellp);
/linux-2.6.39/drivers/of/
Dfdt.c608 u64 __init dt_mem_next_cell(int s, __be32 **cellp) in dt_mem_next_cell() function
651 base = dt_mem_next_cell(dt_root_addr_cells, &reg); in early_init_dt_scan_memory()
652 size = dt_mem_next_cell(dt_root_size_cells, &reg); in early_init_dt_scan_memory()