Searched refs:dt_root_size_cells (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.h63 extern int __initdata 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.c26 int __initdata dt_root_size_cells; variable
436 dt_root_size_cells = OF_ROOT_NODE_SIZE_CELLS_DEFAULT;
441 dt_root_size_cells = be32_to_cpup(prop);
442 pr_debug("dt_root_size_cells = %x\n", dt_root_size_cells);
493 while ((endp - reg) >= (dt_root_addr_cells + dt_root_size_cells)) {
497 size = dt_mem_next_cell(dt_root_size_cells, &reg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprom.c418 if (ls == NULL || l < dt_root_size_cells * sizeof(__be32))
420 memblock_size = dt_mem_next_cell(dt_root_size_cells, &ls);
455 rngs = dt_mem_next_cell(dt_root_size_cells, &usm);
463 size = dt_mem_next_cell(dt_root_size_cells,

Completed in 112 milliseconds