Searched refs:dt_mem_next_cell (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/of/ |
D | of_reserved_mem.c | 115 size = dt_mem_next_cell(dt_root_size_cells, &prop); in __reserved_mem_alloc_size() 126 align = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_alloc_size() 145 start = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_alloc_size() 146 end = start + dt_mem_next_cell(dt_root_size_cells, in __reserved_mem_alloc_size()
|
D | fdt.c | 494 base = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_reserve_reg() 495 size = dt_mem_next_cell(dt_root_size_cells, &prop); in __reserved_mem_reserve_reg() 885 u64 __init dt_mem_next_cell(int s, const __be32 **cellp) in dt_mem_next_cell() function 927 base = dt_mem_next_cell(dt_root_addr_cells, ®); in early_init_dt_scan_memory() 928 size = dt_mem_next_cell(dt_root_size_cells, ®); in early_init_dt_scan_memory()
|
/linux-4.4.14/arch/arm/mach-shmobile/ |
D | setup-rcar-gen2.c | 162 base = dt_mem_next_cell(dt_root_addr_cells, ®); in rcar_gen2_scan_mem() 163 size = dt_mem_next_cell(dt_root_size_cells, ®); in rcar_gen2_scan_mem()
|
/linux-4.4.14/arch/arm/mach-mvebu/ |
D | board-v7.c | 90 base = dt_mem_next_cell(dt_root_addr_cells, ®); in mvebu_scan_mem() 91 size = dt_mem_next_cell(dt_root_size_cells, ®); in mvebu_scan_mem()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | prom.c | 458 memblock_size = dt_mem_next_cell(dt_root_size_cells, &ls); in early_init_dt_scan_drconf_memory() 475 base = dt_mem_next_cell(dt_root_addr_cells, &dm); in early_init_dt_scan_drconf_memory() 494 rngs = dt_mem_next_cell(dt_root_size_cells, &usm); in early_init_dt_scan_drconf_memory() 500 base = dt_mem_next_cell(dt_root_addr_cells, in early_init_dt_scan_drconf_memory() 502 size = dt_mem_next_cell(dt_root_size_cells, in early_init_dt_scan_drconf_memory()
|
/linux-4.4.14/include/linux/ |
D | of_fdt.h | 72 extern u64 dt_mem_next_cell(int s, const __be32 **cellp);
|