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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dof_fdt.h83 extern u64 dt_mem_next_cell(int s, __be32 **cellp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprom.c420 memblock_size = dt_mem_next_cell(dt_root_size_cells, &ls);
437 base = dt_mem_next_cell(dt_root_addr_cells, &dm);
455 rngs = dt_mem_next_cell(dt_root_size_cells, &usm);
461 base = dt_mem_next_cell(dt_root_addr_cells,
463 size = dt_mem_next_cell(dt_root_size_cells,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Dfdt.c453 u64 __init dt_mem_next_cell(int s, __be32 **cellp) function
496 base = dt_mem_next_cell(dt_root_addr_cells, &reg);
497 size = dt_mem_next_cell(dt_root_size_cells, &reg);

Completed in 49 milliseconds