Searched refs:dt_mem_next_cell (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/drivers/of/
H A Dof_reserved_mem.c114 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 Dfdt.c486 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, &reg); early_init_dt_scan_memory()
907 size = dt_mem_next_cell(dt_root_size_cells, &reg); early_init_dt_scan_memory()
/linux-4.1.27/arch/arm/mach-shmobile/
H A Dsetup-rcar-gen2.c164 base = dt_mem_next_cell(dt_root_addr_cells, &reg); rcar_gen2_scan_mem()
165 size = dt_mem_next_cell(dt_root_size_cells, &reg); rcar_gen2_scan_mem()
/linux-4.1.27/include/linux/
H A Dof_fdt.h71 extern u64 dt_mem_next_cell(int s, const __be32 **cellp);
/linux-4.1.27/arch/arm/mach-mvebu/
H A Dboard-v7.c92 base = dt_mem_next_cell(dt_root_addr_cells, &reg); mvebu_scan_mem()
93 size = dt_mem_next_cell(dt_root_size_cells, &reg); mvebu_scan_mem()
/linux-4.1.27/arch/powerpc/kernel/
H A Dprom.c462 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