Searched refs:dt_mem_next_cell (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/of/ |
D | of_reserved_mem.c | 113 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()
|
D | fdt.c | 575 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, ®); in early_init_dt_scan_memory() 1056 size = dt_mem_next_cell(dt_root_size_cells, ®); in early_init_dt_scan_memory()
|
/linux-4.19.296/include/linux/ |
D | of_fdt.h | 83 extern u64 dt_mem_next_cell(int s, const __be32 **cellp);
|