Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/of/
Dfdt.c524 base = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_reserve_reg()
525 size = dt_mem_next_cell(dt_root_size_cells, &prop); in __reserved_mem_reserve_reg()
959 elfcorehdr_addr = dt_mem_next_cell(dt_root_addr_cells, &prop); in early_init_dt_check_for_elfcorehdr()
960 elfcorehdr_size = dt_mem_next_cell(dt_root_size_cells, &prop); in early_init_dt_check_for_elfcorehdr()
999 rgn[i].base = dt_mem_next_cell(dt_root_addr_cells, &prop); in early_init_dt_check_for_usable_mem_range()
1000 rgn[i].size = dt_mem_next_cell(dt_root_size_cells, &prop); in early_init_dt_check_for_usable_mem_range()
1089 u64 __init dt_mem_next_cell(int s, const __be32 **cellp) in dt_mem_next_cell() function
1133 base = dt_mem_next_cell(dt_root_addr_cells, &reg); in early_init_dt_scan_memory()
1134 size = dt_mem_next_cell(dt_root_size_cells, &reg); in early_init_dt_scan_memory()
Dof_reserved_mem.c102 size = dt_mem_next_cell(dt_root_size_cells, &prop); in __reserved_mem_alloc_size()
111 align = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_alloc_size()
135 start = dt_mem_next_cell(dt_root_addr_cells, &prop); in __reserved_mem_alloc_size()
136 end = start + dt_mem_next_cell(dt_root_size_cells, in __reserved_mem_alloc_size()
/Linux-v6.1/arch/arm/mach-mvebu/
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-v6.1/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-v6.1/include/linux/
Dof_fdt.h68 extern u64 dt_mem_next_cell(int s, const __be32 **cellp);
/Linux-v6.1/arch/powerpc/kernel/
Dprom.c523 rngs = dt_mem_next_cell(dt_root_size_cells, usm); in early_init_drmem_lmb()
530 base = dt_mem_next_cell(dt_root_addr_cells, usm); in early_init_drmem_lmb()
531 size = dt_mem_next_cell(dt_root_size_cells, usm); in early_init_drmem_lmb()
/Linux-v6.1/arch/powerpc/mm/
Ddrmem.c299 drmem_info->lmb_size = dt_mem_next_cell(dt_root_size_cells, &prop); in walk_drmem_lmbs_early()