Searched refs:dt_mem_next_cell (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/of/ |
| A D | fdt.c | 521 base = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_reserve_reg() 522 size = dt_mem_next_cell(dt_root_size_cells, &prop); in __reserved_mem_reserve_reg() 961 elfcorehdr_addr = dt_mem_next_cell(dt_root_addr_cells, &prop); in early_init_dt_check_for_elfcorehdr() 962 elfcorehdr_size = dt_mem_next_cell(dt_root_size_cells, &prop); in early_init_dt_check_for_elfcorehdr() 987 cap_mem_addr = dt_mem_next_cell(dt_root_addr_cells, &prop); in early_init_dt_check_for_usable_mem_range() 988 cap_mem_size = dt_mem_next_cell(dt_root_size_cells, &prop); in early_init_dt_check_for_usable_mem_range() 1070 u64 __init dt_mem_next_cell(int s, const __be32 **cellp) in dt_mem_next_cell() function 1107 base = dt_mem_next_cell(dt_root_addr_cells, ®); in early_init_dt_scan_memory() 1108 size = dt_mem_next_cell(dt_root_size_cells, ®); in early_init_dt_scan_memory()
|
| A D | of_reserved_mem.c | 101 size = dt_mem_next_cell(dt_root_size_cells, &prop); in __reserved_mem_alloc_size() 110 align = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_alloc_size() 138 start = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_alloc_size() 139 end = start + dt_mem_next_cell(dt_root_size_cells, in __reserved_mem_alloc_size()
|
| /linux/arch/arm/mach-mvebu/ |
| A D | board-v7.c | 89 base = dt_mem_next_cell(dt_root_addr_cells, ®); in mvebu_scan_mem() 90 size = dt_mem_next_cell(dt_root_size_cells, ®); in mvebu_scan_mem()
|
| /linux/arch/arm/mach-shmobile/ |
| A D | setup-rcar-gen2.c | 154 base = dt_mem_next_cell(dt_root_addr_cells, ®); in rcar_gen2_scan_mem() 155 size = dt_mem_next_cell(dt_root_size_cells, ®); in rcar_gen2_scan_mem()
|
| /linux/include/linux/ |
| A D | of_fdt.h | 69 extern u64 dt_mem_next_cell(int s, const __be32 **cellp);
|
| /linux/arch/powerpc/kernel/ |
| A D | prom.c | 503 rngs = dt_mem_next_cell(dt_root_size_cells, usm); in early_init_drmem_lmb() 510 base = dt_mem_next_cell(dt_root_addr_cells, usm); in early_init_drmem_lmb() 511 size = dt_mem_next_cell(dt_root_size_cells, usm); in early_init_drmem_lmb()
|
| /linux/arch/powerpc/mm/ |
| A D | drmem.c | 299 drmem_info->lmb_size = dt_mem_next_cell(dt_root_size_cells, &prop); in walk_drmem_lmbs_early()
|
| /linux/ |
| A D | System.map | 124473 ffff8000117e7fa0 T dt_mem_next_cell
|
| A D | .tmp_System.map | 124473 ffff8000117e7fa0 T dt_mem_next_cell
|
Completed in 1046 milliseconds