Searched refs:dt_mem_next_cell (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/arm/mach-mvebu/ |
| H A D | board-v7.c | 86 base = dt_mem_next_cell(dt_root_addr_cells, ®); in mvebu_scan_mem() 87 size = dt_mem_next_cell(dt_root_size_cells, ®); in mvebu_scan_mem()
|
| /linux/include/linux/ |
| H A D | of_fdt.h | 78 extern u64 dt_mem_next_cell(int s, const __be32 **cellp);
|
| /linux/arch/powerpc/kernel/ |
| H A D | prom.c | 558 rngs = dt_mem_next_cell(dt_root_size_cells, usm); in early_init_drmem_lmb() 565 base = dt_mem_next_cell(dt_root_addr_cells, usm); in early_init_drmem_lmb() 566 size = dt_mem_next_cell(dt_root_size_cells, usm); in early_init_drmem_lmb()
|
| /linux/arch/powerpc/mm/ |
| H A D | init_64.c | 582 dt_mem_next_cell(dt_root_addr_cells, ®); in probe_memory_block_size() 583 size = dt_mem_next_cell(dt_root_size_cells, ®); in probe_memory_block_size()
|
| H A D | drmem.c | 299 drmem_info->lmb_size = dt_mem_next_cell(dt_root_size_cells, &prop); in walk_drmem_lmbs_early()
|
| /linux/drivers/of/ |
| H A D | fdt.c | 665 *addr = dt_mem_next_cell(dt_root_addr_cells, &prop); in of_flat_dt_read_addr_size() 666 *size = dt_mem_next_cell(dt_root_size_cells, &prop); in of_flat_dt_read_addr_size() 1018 u64 __init dt_mem_next_cell(int s, const __be32 **cellp) in dt_mem_next_cell() function
|
| H A D | of_reserved_mem.c | 411 size = dt_mem_next_cell(dt_root_size_cells, &prop); in __reserved_mem_alloc_size() 420 align = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_alloc_size()
|