Home
last modified time | relevance | path

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

/linux/drivers/of/
A Dfdt.c521 base = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_reserve_reg()
522 size = dt_mem_next_cell(dt_root_size_cells, &prop); in __reserved_mem_reserve_reg()
961 elfcorehdr_addr = dt_mem_next_cell(dt_root_addr_cells, &prop); in early_init_dt_check_for_elfcorehdr()
962 elfcorehdr_size = dt_mem_next_cell(dt_root_size_cells, &prop); in early_init_dt_check_for_elfcorehdr()
987 cap_mem_addr = dt_mem_next_cell(dt_root_addr_cells, &prop); in early_init_dt_check_for_usable_mem_range()
988 cap_mem_size = dt_mem_next_cell(dt_root_size_cells, &prop); in early_init_dt_check_for_usable_mem_range()
1070 u64 __init dt_mem_next_cell(int s, const __be32 **cellp) in dt_mem_next_cell() function
1107 base = dt_mem_next_cell(dt_root_addr_cells, &reg); in early_init_dt_scan_memory()
1108 size = dt_mem_next_cell(dt_root_size_cells, &reg); in early_init_dt_scan_memory()
A Dof_reserved_mem.c101 size = dt_mem_next_cell(dt_root_size_cells, &prop); in __reserved_mem_alloc_size()
110 align = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_alloc_size()
138 start = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_alloc_size()
139 end = start + dt_mem_next_cell(dt_root_size_cells, in __reserved_mem_alloc_size()
/linux/arch/arm/mach-mvebu/
A Dboard-v7.c89 base = dt_mem_next_cell(dt_root_addr_cells, &reg); in mvebu_scan_mem()
90 size = dt_mem_next_cell(dt_root_size_cells, &reg); in mvebu_scan_mem()
/linux/arch/arm/mach-shmobile/
A Dsetup-rcar-gen2.c154 base = dt_mem_next_cell(dt_root_addr_cells, &reg); in rcar_gen2_scan_mem()
155 size = dt_mem_next_cell(dt_root_size_cells, &reg); in rcar_gen2_scan_mem()
/linux/include/linux/
A Dof_fdt.h69 extern u64 dt_mem_next_cell(int s, const __be32 **cellp);
/linux/arch/powerpc/kernel/
A Dprom.c503 rngs = dt_mem_next_cell(dt_root_size_cells, usm); in early_init_drmem_lmb()
510 base = dt_mem_next_cell(dt_root_addr_cells, usm); in early_init_drmem_lmb()
511 size = dt_mem_next_cell(dt_root_size_cells, usm); in early_init_drmem_lmb()
/linux/arch/powerpc/mm/
A Ddrmem.c299 drmem_info->lmb_size = dt_mem_next_cell(dt_root_size_cells, &prop); in walk_drmem_lmbs_early()
/linux/
A DSystem.map124473 ffff8000117e7fa0 T dt_mem_next_cell
A D.tmp_System.map124473 ffff8000117e7fa0 T dt_mem_next_cell

Completed in 1046 milliseconds