Searched refs:dt_mem_next_cell (Results 1 – 2 of 2) sorted by relevance
93 size = dt_mem_next_cell(dt_root_size_cells, &prop); in __reserved_mem_alloc_size()104 align = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_alloc_size()130 start = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_alloc_size()131 end = start + dt_mem_next_cell(dt_root_size_cells, in __reserved_mem_alloc_size()
499 base = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_reserve_reg()500 size = dt_mem_next_cell(dt_root_size_cells, &prop); in __reserved_mem_reserve_reg()985 u64 __init dt_mem_next_cell(int s, const __be32 **cellp) in dt_mem_next_cell() function1022 base = dt_mem_next_cell(dt_root_addr_cells, ®); in early_init_dt_scan_memory()1023 size = dt_mem_next_cell(dt_root_size_cells, ®); in early_init_dt_scan_memory()