Home
last modified time | relevance | path

Searched refs:dt_mem_next_cell (Results 1 – 2 of 2) sorted by relevance

/drivers/of/
Dof_reserved_mem.c93 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()
Dfdt.c499 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() function
1022 base = dt_mem_next_cell(dt_root_addr_cells, &reg); in early_init_dt_scan_memory()
1023 size = dt_mem_next_cell(dt_root_size_cells, &reg); in early_init_dt_scan_memory()