Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/mm/
Dinit.c140 elfcorehdr_addr = dt_mem_next_cell(dt_root_addr_cells, &reg); in early_init_dt_scan_elfcorehdr()
141 elfcorehdr_size = dt_mem_next_cell(dt_root_size_cells, &reg); in early_init_dt_scan_elfcorehdr()
252 usablemem->base = dt_mem_next_cell(dt_root_addr_cells, &reg); in early_init_dt_scan_usablemem()
253 usablemem->size = dt_mem_next_cell(dt_root_size_cells, &reg); in early_init_dt_scan_usablemem()
/Linux-v5.10/drivers/of/
Dof_reserved_mem.c93 size = dt_mem_next_cell(dt_root_size_cells, &prop); in __reserved_mem_alloc_size()
102 align = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_alloc_size()
130 start = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_alloc_size()
131 end = start + dt_mem_next_cell(dt_root_size_cells, in __reserved_mem_alloc_size()
Dfdt.c499 base = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_reserve_reg()
500 size = dt_mem_next_cell(dt_root_size_cells, &prop); in __reserved_mem_reserve_reg()
981 u64 __init dt_mem_next_cell(int s, const __be32 **cellp) in dt_mem_next_cell() function
1018 base = dt_mem_next_cell(dt_root_addr_cells, &reg); in early_init_dt_scan_memory()
1019 size = dt_mem_next_cell(dt_root_size_cells, &reg); in early_init_dt_scan_memory()
/Linux-v5.10/arch/arm/mach-mvebu/
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-v5.10/arch/arm/mach-shmobile/
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-v5.10/include/linux/
Dof_fdt.h73 extern u64 dt_mem_next_cell(int s, const __be32 **cellp);
/Linux-v5.10/arch/powerpc/kernel/
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-v5.10/arch/powerpc/mm/
Ddrmem.c292 drmem_info->lmb_size = dt_mem_next_cell(dt_root_size_cells, &prop); in walk_drmem_lmbs_early()