Searched refs:dt_root_size_cells (Results 1 – 3 of 3) sorted by relevance
471 int __initdata dt_root_size_cells; variable503 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()962 if (!prop || (len < (dt_root_addr_cells + dt_root_size_cells))) in early_init_dt_check_for_elfcorehdr()966 elfcorehdr_size = dt_mem_next_cell(dt_root_size_cells, &prop); in early_init_dt_check_for_elfcorehdr()1000 if (!prop || (len % (dt_root_addr_cells + dt_root_size_cells))) in early_init_dt_check_for_usable_mem_range()1006 rgn[i].size = dt_mem_next_cell(dt_root_size_cells, &prop); in early_init_dt_check_for_usable_mem_range()1079 dt_root_size_cells = OF_ROOT_NODE_SIZE_CELLS_DEFAULT; in early_init_dt_scan_root()1084 dt_root_size_cells = be32_to_cpup(prop); in early_init_dt_scan_root()[all …]
138 int t_len = (dt_root_addr_cells + dt_root_size_cells) * sizeof(__be32); in __reserved_mem_alloc_size()150 if (len != dt_root_size_cells * sizeof(__be32)) { in __reserved_mem_alloc_size()154 size = dt_mem_next_cell(dt_root_size_cells, &prop); in __reserved_mem_alloc_size()188 end = start + dt_mem_next_cell(dt_root_size_cells, in __reserved_mem_alloc_size()
66 *sizec = dt_root_size_cells; in fdt_bus_default_count_cells()