Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/of/
A Dfdt.c523 base = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_reserve_reg()
524 size = dt_mem_next_cell(dt_root_size_cells, &prop); in __reserved_mem_reserve_reg()
955 elfcorehdr_addr = dt_mem_next_cell(dt_root_addr_cells, &prop); in early_init_dt_check_for_elfcorehdr()
956 elfcorehdr_size = dt_mem_next_cell(dt_root_size_cells, &prop); in early_init_dt_check_for_elfcorehdr()
995 rgn[i].base = dt_mem_next_cell(dt_root_addr_cells, &prop); in early_init_dt_check_for_usable_mem_range()
996 rgn[i].size = dt_mem_next_cell(dt_root_size_cells, &prop); in early_init_dt_check_for_usable_mem_range()
1085 u64 __init dt_mem_next_cell(int s, const __be32 **cellp) in dt_mem_next_cell() function
1129 base = dt_mem_next_cell(dt_root_addr_cells, &reg); in early_init_dt_scan_memory()
1130 size = dt_mem_next_cell(dt_root_size_cells, &reg); in early_init_dt_scan_memory()
A Dof_reserved_mem.c103 size = dt_mem_next_cell(dt_root_size_cells, &prop); in __reserved_mem_alloc_size()
112 align = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_alloc_size()
136 start = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_alloc_size()
137 end = start + dt_mem_next_cell(dt_root_size_cells, in __reserved_mem_alloc_size()
/linux-6.3-rc2/arch/arm/mach-mvebu/
A Dboard-v7.c86 base = dt_mem_next_cell(dt_root_addr_cells, &reg); in mvebu_scan_mem()
87 size = dt_mem_next_cell(dt_root_size_cells, &reg); in mvebu_scan_mem()
/linux-6.3-rc2/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-6.3-rc2/include/linux/
A Dof_fdt.h68 extern u64 dt_mem_next_cell(int s, const __be32 **cellp);
/linux-6.3-rc2/arch/powerpc/kernel/
A Dprom.c528 rngs = dt_mem_next_cell(dt_root_size_cells, usm); in early_init_drmem_lmb()
535 base = dt_mem_next_cell(dt_root_addr_cells, usm); in early_init_drmem_lmb()
536 size = dt_mem_next_cell(dt_root_size_cells, usm); in early_init_drmem_lmb()
/linux-6.3-rc2/arch/powerpc/mm/
A Ddrmem.c299 drmem_info->lmb_size = dt_mem_next_cell(dt_root_size_cells, &prop); in walk_drmem_lmbs_early()

Completed in 9 milliseconds