Searched refs:dt_root_addr_cells (Results 1 – 3 of 3) sorted by relevance
470 int __initdata dt_root_addr_cells; variable503 int t_len = (dt_root_addr_cells + dt_root_size_cells) * sizeof(__be32); in __reserved_mem_reserve_reg()523 base = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_reserve_reg()557 if (!prop || be32_to_cpup(prop) != dt_root_addr_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()965 elfcorehdr_addr = dt_mem_next_cell(dt_root_addr_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()1005 rgn[i].base = dt_mem_next_cell(dt_root_addr_cells, &prop); in early_init_dt_check_for_usable_mem_range()1080 dt_root_addr_cells = OF_ROOT_NODE_ADDR_CELLS_DEFAULT; in early_init_dt_scan_root()1089 dt_root_addr_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()158 if (len != dt_root_addr_cells * sizeof(__be32)) { in __reserved_mem_alloc_size()163 align = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_alloc_size()187 start = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_alloc_size()
58 *addrc = dt_root_addr_cells; in fdt_bus_default_count_cells()