Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/
A Ddrmem.c17 static int n_root_addr_cells, n_root_size_cells; variable
206 lmb->base_addr = of_read_number(p, n_root_addr_cells); in read_drconf_v1_cell()
207 p += n_root_addr_cells; in read_drconf_v1_cell()
243 dr_cell->base_addr = of_read_number(p, n_root_addr_cells); in read_drconf_v2_cell()
244 p += n_root_addr_cells; in read_drconf_v2_cell()
296 n_root_addr_cells = dt_root_addr_cells; in walk_drmem_lmbs_early()
404 n_root_addr_cells = of_n_addr_cells(of_root); in walk_drmem_lmbs()

Completed in 4 milliseconds