Searched refs:dt_root_size_cells (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/of/ |
| H A D | fdt.c | 55 int cell_size = sizeof(uint32_t)*(dt_root_addr_cells + dt_root_size_cells); in of_fdt_limit_memory() 457 int __initdata dt_root_size_cells; variable 633 int len, elen = (dt_root_addr_cells + dt_root_size_cells) * sizeof(__be32); in of_flat_dt_get_addr_size_prop() 662 int entry_cells = dt_root_addr_cells + dt_root_size_cells; in of_flat_dt_read_addr_size() 666 *size = dt_mem_next_cell(dt_root_size_cells, &prop); in of_flat_dt_read_addr_size() 1002 dt_root_size_cells = OF_ROOT_NODE_SIZE_CELLS_DEFAULT; in early_init_dt_scan_root() 1007 dt_root_size_cells = be32_to_cpup(prop); in early_init_dt_scan_root() 1008 pr_debug("dt_root_size_cells = %x\n", dt_root_size_cells); in early_init_dt_scan_root()
|
| H A D | of_reserved_mem.c | 206 if (!prop || be32_to_cpup(prop) != dt_root_size_cells) in __reserved_mem_check_root() 407 if (len != dt_root_size_cells * sizeof(__be32)) { in __reserved_mem_alloc_size() 411 size = dt_mem_next_cell(dt_root_size_cells, &prop); in __reserved_mem_alloc_size()
|
| /linux/arch/powerpc/mm/ |
| H A D | init_64.c | 543 if (!prop || l < dt_root_size_cells * sizeof(__be32)) in probe_memory_block_size() 549 *block_size = of_read_number(prop, dt_root_size_cells); in probe_memory_block_size() 578 while ((endp - reg) >= (dt_root_addr_cells + dt_root_size_cells)) { in probe_memory_block_size() 583 size = dt_mem_next_cell(dt_root_size_cells, ®); in probe_memory_block_size()
|
| H A D | drmem.c | 292 if (!prop || len < dt_root_size_cells * sizeof(__be32)) in walk_drmem_lmbs_early() 297 n_root_size_cells = dt_root_size_cells; in walk_drmem_lmbs_early() 299 drmem_info->lmb_size = dt_mem_next_cell(dt_root_size_cells, &prop); in walk_drmem_lmbs_early()
|
| /linux/arch/arm/mach-mvebu/ |
| H A D | board-v7.c | 83 while ((endp - reg) >= (dt_root_addr_cells + dt_root_size_cells)) { in mvebu_scan_mem() 87 size = dt_mem_next_cell(dt_root_size_cells, ®); in mvebu_scan_mem()
|
| /linux/include/linux/ |
| H A D | of_fdt.h | 32 extern int __initdata dt_root_size_cells;
|
| /linux/arch/powerpc/kernel/ |
| H A D | prom.c | 558 rngs = dt_mem_next_cell(dt_root_size_cells, usm); in early_init_drmem_lmb() 566 size = dt_mem_next_cell(dt_root_size_cells, usm); in early_init_drmem_lmb()
|