Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/mm/
Ddrmem.c17 static int n_root_addr_cells, n_root_size_cells; variable
199 lmb->base_addr = of_read_number(p, n_root_addr_cells); in read_drconf_v1_cell()
200 p += n_root_addr_cells; in read_drconf_v1_cell()
236 dr_cell->base_addr = of_read_number(p, n_root_addr_cells); in read_drconf_v2_cell()
237 p += n_root_addr_cells; in read_drconf_v2_cell()
289 n_root_addr_cells = dt_root_addr_cells; in walk_drmem_lmbs_early()
358 n_root_addr_cells = of_n_addr_cells(of_root); in walk_drmem_lmbs()