Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/of/
Dof_reserved_mem.c113 size = dt_mem_next_cell(dt_root_size_cells, &prop); in __reserved_mem_alloc_size()
124 align = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_alloc_size()
150 start = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_alloc_size()
151 end = start + dt_mem_next_cell(dt_root_size_cells, in __reserved_mem_alloc_size()
Dfdt.c575 base = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_reserve_reg()
576 size = dt_mem_next_cell(dt_root_size_cells, &prop); in __reserved_mem_reserve_reg()
1018 u64 __init dt_mem_next_cell(int s, const __be32 **cellp) in dt_mem_next_cell() function
1055 base = dt_mem_next_cell(dt_root_addr_cells, &reg); in early_init_dt_scan_memory()
1056 size = dt_mem_next_cell(dt_root_size_cells, &reg); in early_init_dt_scan_memory()
/linux-4.19.296/include/linux/
Dof_fdt.h83 extern u64 dt_mem_next_cell(int s, const __be32 **cellp);