Searched refs:_root_addr_cells (Results 1 – 1 of 1) sorted by relevance
38 static rt_size_t _root_addr_cells; variable178 _root_addr_cells = OFW_ROOT_NODE_ADDR_CELLS_DEFAULT; in rt_fdt_scan_root()183 _root_addr_cells = fdt32_to_cpu(*prop); in rt_fdt_scan_root()213 if (!prop || fdt32_to_cpu(*prop) != _root_addr_cells) in fdt_reserved_mem_check_root()233 int len, t_len = (_root_addr_cells + _root_size_cells) * sizeof(fdt32_t); in fdt_reserved_memory_reg()246 base = rt_fdt_next_cell(&prop, _root_addr_cells); in fdt_reserved_memory_reg()352 while ((endptr - reg) >= (_root_addr_cells + _root_size_cells)) in fdt_scan_memory()354 base = rt_fdt_next_cell(®, _root_addr_cells); in fdt_scan_memory()
Completed in 4 milliseconds