Searched refs:dt_mem_next_cell (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/drivers/of/ |
H A D | of_reserved_mem.c | 114 size = dt_mem_next_cell(dt_root_size_cells, &prop); __reserved_mem_alloc_size() 125 align = dt_mem_next_cell(dt_root_addr_cells, &prop); __reserved_mem_alloc_size() 140 start = dt_mem_next_cell(dt_root_addr_cells, &prop); __reserved_mem_alloc_size() 141 end = start + dt_mem_next_cell(dt_root_size_cells, __reserved_mem_alloc_size()
|
H A D | fdt.c | 486 base = dt_mem_next_cell(dt_root_addr_cells, &prop); __reserved_mem_reserve_reg() 487 size = dt_mem_next_cell(dt_root_size_cells, &prop); __reserved_mem_reserve_reg() 864 u64 __init dt_mem_next_cell(int s, const __be32 **cellp) dt_mem_next_cell() function 906 base = dt_mem_next_cell(dt_root_addr_cells, ®); early_init_dt_scan_memory() 907 size = dt_mem_next_cell(dt_root_size_cells, ®); early_init_dt_scan_memory()
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
H A D | setup-rcar-gen2.c | 164 base = dt_mem_next_cell(dt_root_addr_cells, ®); rcar_gen2_scan_mem() 165 size = dt_mem_next_cell(dt_root_size_cells, ®); rcar_gen2_scan_mem()
|
/linux-4.1.27/include/linux/ |
H A D | of_fdt.h | 71 extern u64 dt_mem_next_cell(int s, const __be32 **cellp);
|
/linux-4.1.27/arch/arm/mach-mvebu/ |
H A D | board-v7.c | 92 base = dt_mem_next_cell(dt_root_addr_cells, ®); mvebu_scan_mem() 93 size = dt_mem_next_cell(dt_root_size_cells, ®); mvebu_scan_mem()
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | prom.c | 462 memblock_size = dt_mem_next_cell(dt_root_size_cells, &ls); early_init_dt_scan_drconf_memory() 479 base = dt_mem_next_cell(dt_root_addr_cells, &dm); early_init_dt_scan_drconf_memory() 497 rngs = dt_mem_next_cell(dt_root_size_cells, &usm); early_init_dt_scan_drconf_memory() 503 base = dt_mem_next_cell(dt_root_addr_cells, early_init_dt_scan_drconf_memory() 505 size = dt_mem_next_cell(dt_root_size_cells, early_init_dt_scan_drconf_memory()
|
Completed in 228 milliseconds