Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/of/
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()
965 elfcorehdr_addr = dt_mem_next_cell(dt_root_addr_cells, &prop); in early_init_dt_check_for_elfcorehdr()
966 elfcorehdr_size = dt_mem_next_cell(dt_root_size_cells, &prop); in early_init_dt_check_for_elfcorehdr()
991 cap_mem_addr = dt_mem_next_cell(dt_root_addr_cells, &prop); in early_init_dt_check_for_usable_mem_range()
992 cap_mem_size = dt_mem_next_cell(dt_root_size_cells, &prop); in early_init_dt_check_for_usable_mem_range()
1074 u64 __init dt_mem_next_cell(int s, const __be32 **cellp) in dt_mem_next_cell() function
1111 base = dt_mem_next_cell(dt_root_addr_cells, &reg); in early_init_dt_scan_memory()
1112 size = dt_mem_next_cell(dt_root_size_cells, &reg); in early_init_dt_scan_memory()
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-v5.15/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.15/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.15/include/linux/
Dof_fdt.h70 extern u64 dt_mem_next_cell(int s, const __be32 **cellp);
/Linux-v5.15/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.15/arch/powerpc/mm/
Ddrmem.c299 drmem_info->lmb_size = dt_mem_next_cell(dt_root_size_cells, &prop); in walk_drmem_lmbs_early()