Searched refs:dt_root_size_cells (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | fdt.c | 465 int __initdata dt_root_size_cells; variable 479 int t_len = (dt_root_addr_cells + dt_root_size_cells) * sizeof(__be32); in __reserved_mem_reserve_reg() 500 size = dt_mem_next_cell(dt_root_size_cells, &prop); in __reserved_mem_reserve_reg() 529 if (!prop || be32_to_cpup(prop) != dt_root_size_cells) in __reserved_mem_check_root() 964 dt_root_size_cells = OF_ROOT_NODE_SIZE_CELLS_DEFAULT; in early_init_dt_scan_root() 969 dt_root_size_cells = be32_to_cpup(prop); in early_init_dt_scan_root() 970 pr_debug("dt_root_size_cells = %x\n", dt_root_size_cells); in early_init_dt_scan_root() 1015 while ((endp - reg) >= (dt_root_addr_cells + dt_root_size_cells)) { in early_init_dt_scan_memory() 1019 size = dt_mem_next_cell(dt_root_size_cells, ®); in early_init_dt_scan_memory()
|
| H A D | of_reserved_mem.c | 77 int t_len = (dt_root_addr_cells + dt_root_size_cells) * sizeof(__be32); in __reserved_mem_alloc_size() 89 if (len != dt_root_size_cells * sizeof(__be32)) { in __reserved_mem_alloc_size() 93 size = dt_mem_next_cell(dt_root_size_cells, &prop); in __reserved_mem_alloc_size() 131 end = start + dt_mem_next_cell(dt_root_size_cells, in __reserved_mem_alloc_size()
|
| H A D | fdt_address.c | 66 *sizec = dt_root_size_cells; in fdt_bus_default_count_cells()
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | init.c | 170 if (!reg || (len < (dt_root_addr_cells + dt_root_size_cells))) in early_init_dt_scan_elfcorehdr() 174 elfcorehdr_size = dt_mem_next_cell(dt_root_size_cells, ®); in early_init_dt_scan_elfcorehdr() 322 if (!reg || (len < (dt_root_addr_cells + dt_root_size_cells))) in early_init_dt_scan_usablemem() 326 usablemem->size = dt_mem_next_cell(dt_root_size_cells, ®); in early_init_dt_scan_usablemem()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-mvebu/ |
| H A D | board-v7.c | 86 while ((endp - reg) >= (dt_root_addr_cells + dt_root_size_cells)) { in mvebu_scan_mem() 90 size = dt_mem_next_cell(dt_root_size_cells, ®); in mvebu_scan_mem()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-shmobile/ |
| H A D | setup-rcar-gen2.c | 151 while ((endp - reg) >= (dt_root_addr_cells + dt_root_size_cells)) { in rcar_gen2_scan_mem() 155 size = dt_mem_next_cell(dt_root_size_cells, ®); in rcar_gen2_scan_mem()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | drmem.c | 285 if (!prop || len < dt_root_size_cells * sizeof(__be32)) in walk_drmem_lmbs_early() 290 n_root_size_cells = dt_root_size_cells; in walk_drmem_lmbs_early() 292 drmem_info->lmb_size = dt_mem_next_cell(dt_root_size_cells, &prop); in walk_drmem_lmbs_early()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | of_fdt.h | 32 extern int __initdata dt_root_size_cells;
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | prom.c | 503 rngs = dt_mem_next_cell(dt_root_size_cells, usm); in early_init_drmem_lmb() 511 size = dt_mem_next_cell(dt_root_size_cells, usm); in early_init_drmem_lmb()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/ |
| H A D | radix_pgtable.c | 512 if (!prop || len < dt_root_size_cells * sizeof(__be32)) in probe_memory_block_size() 518 *mem_block_size = of_read_number(prop, dt_root_size_cells); in probe_memory_block_size()
|