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