Searched refs:_root_size_cells (Results 1 – 1 of 1) sorted by relevance
37 static rt_size_t _root_size_cells; variable179 _root_size_cells = OFW_ROOT_NODE_SIZE_CELLS_DEFAULT; in rt_fdt_scan_root()188 _root_size_cells = fdt32_to_cpu(*prop); in rt_fdt_scan_root()204 if (!prop || fdt32_to_cpu(*prop) != _root_size_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()247 size = rt_fdt_next_cell(&prop, _root_size_cells); in fdt_reserved_memory_reg()352 while ((endptr - reg) >= (_root_addr_cells + _root_size_cells)) in fdt_scan_memory()355 size = rt_fdt_next_cell(®, _root_size_cells); in fdt_scan_memory()
Completed in 4 milliseconds