Lines Matching defs:start
496 static int bl2_add_memory_node(uint64_t start, uint64_t size)
505 unsigned_num_print(start, 16, nodename + strlen(nodename));
516 ret = fdt_setprop_u64(fdt, node, "reg", start);
526 uint64_t start, size;
530 start = dram_config[2 * chan];
537 chan, start, start + size - 1U,
549 start = dram_config[2 * chan];
565 start = dram_config[chan] + MAX_DRAM_SIZE_CH0_32BIT_ADDR_SPACE;
567 ret = bl2_add_memory_node(start, size);
572 start = 0x48000000U;
576 ret = bl2_add_memory_node(start, size);