Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/of/
Dof_reserved_mem.c115 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()
Dfdt.c494 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, &reg); in early_init_dt_scan_memory()
928 size = dt_mem_next_cell(dt_root_size_cells, &reg); in early_init_dt_scan_memory()
/linux-4.4.14/arch/arm/mach-shmobile/
Dsetup-rcar-gen2.c162 base = dt_mem_next_cell(dt_root_addr_cells, &reg); in rcar_gen2_scan_mem()
163 size = dt_mem_next_cell(dt_root_size_cells, &reg); in rcar_gen2_scan_mem()
/linux-4.4.14/arch/arm/mach-mvebu/
Dboard-v7.c90 base = dt_mem_next_cell(dt_root_addr_cells, &reg); in mvebu_scan_mem()
91 size = dt_mem_next_cell(dt_root_size_cells, &reg); in mvebu_scan_mem()
/linux-4.4.14/arch/powerpc/kernel/
Dprom.c458 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/
Dof_fdt.h72 extern u64 dt_mem_next_cell(int s, const __be32 **cellp);