Lines Matching refs:dt_root_size_cells
471 int __initdata dt_root_size_cells; variable
503 int t_len = (dt_root_addr_cells + dt_root_size_cells) * sizeof(__be32); in __reserved_mem_reserve_reg()
524 size = dt_mem_next_cell(dt_root_size_cells, &prop); in __reserved_mem_reserve_reg()
553 if (!prop || be32_to_cpup(prop) != dt_root_size_cells) in __reserved_mem_check_root()
954 if (!prop || (len < (dt_root_addr_cells + dt_root_size_cells))) in early_init_dt_check_for_elfcorehdr()
958 elfcorehdr_size = dt_mem_next_cell(dt_root_size_cells, &prop); in early_init_dt_check_for_elfcorehdr()
992 if (!prop || (len % (dt_root_addr_cells + dt_root_size_cells))) in early_init_dt_check_for_usable_mem_range()
998 rgn[i].size = dt_mem_next_cell(dt_root_size_cells, &prop); in early_init_dt_check_for_usable_mem_range()
1071 dt_root_size_cells = OF_ROOT_NODE_SIZE_CELLS_DEFAULT; in early_init_dt_scan_root()
1076 dt_root_size_cells = be32_to_cpup(prop); in early_init_dt_scan_root()
1077 pr_debug("dt_root_size_cells = %x\n", dt_root_size_cells); in early_init_dt_scan_root()
1128 while ((endp - reg) >= (dt_root_addr_cells + dt_root_size_cells)) { in early_init_dt_scan_memory()
1132 size = dt_mem_next_cell(dt_root_size_cells, ®); in early_init_dt_scan_memory()