Lines Matching refs:dt_root_size_cells
55 int cell_size = sizeof(uint32_t)*(dt_root_addr_cells + dt_root_size_cells); in of_fdt_limit_memory()
457 int __initdata dt_root_size_cells; variable
820 if (!prop || (len < (dt_root_addr_cells + dt_root_size_cells))) in early_init_dt_check_for_elfcorehdr()
824 elfcorehdr_size = dt_mem_next_cell(dt_root_size_cells, &prop); in early_init_dt_check_for_elfcorehdr()
858 if (!prop || (len % (dt_root_addr_cells + dt_root_size_cells))) in early_init_dt_check_for_usable_mem_range()
864 rgn[i].size = dt_mem_next_cell(dt_root_size_cells, &prop); in early_init_dt_check_for_usable_mem_range()
937 dt_root_size_cells = OF_ROOT_NODE_SIZE_CELLS_DEFAULT; in early_init_dt_scan_root()
942 dt_root_size_cells = be32_to_cpup(prop); in early_init_dt_scan_root()
943 pr_debug("dt_root_size_cells = %x\n", dt_root_size_cells); in early_init_dt_scan_root()
994 while ((endp - reg) >= (dt_root_addr_cells + dt_root_size_cells)) { in early_init_dt_scan_memory()
998 size = dt_mem_next_cell(dt_root_size_cells, ®); in early_init_dt_scan_memory()